#64345D

Color #64345D Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #64345D

Tints of Palatinate Purple #64345D

Color information

#64345D (or 0x64345D) is unknown color: approx Palatinate Purple. HEX triplet: 64, 34 and 5D. RGB value is (100,52,93). Sum of RGB (Red+Green+Blue) = 100+52+93=245 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.82% from 245); Green value is 52 (20.70% from 255 or 21.22% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 100 - color contains mainly: red. Hex color #64345D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64345D is #9BCBA2. Grayscale: #464646. Windows color (decimal): -10210211 or 6108260. OLE color: 6108260.

HSL color Cylindrical-coordinate representation of color #64345D: hue angle of 308.75º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64345D is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB1005293-
CMYK00.480.070.61
HSL308.75º31.58%29.8%-
HSV(B)308.75º48%39.22%-
XYZ8.465.9611.06-
YUV71.03140.4148.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 100 (39.45% from 255) = 40.82%
GREEN value IS 52 (20.70% from 255) = 21.22%
BLUE value IS 93 (36.72% from 255) = 37.96%
R=40.82%
G=21.22%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100529300.480.070.61308.7531.5829.8
Hex64345D03073D135201e
Octal144641350607754654036
Binary11001001101001011101011000011111110110011010110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64345D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64345D; }

 p { color: rgb(100,52,93); }

 H1.HeaderClassName
 {
   color: #64345D;
 }
 .AnyTagClassName
 {
   color: #64345D;
 }
</style>
background-color css

<style>
 a { background-color: #64345D; }

 a { background-color: rgb(100,52,93); }

 div.DivClassName
 {
   background-color: #64345D;
 }
 .BgClassName
 {
   background-color: #64345D;
 }
</style>
border-color css

<style>
 span { border-color: #64345D; }

 span { border-color: rgb(100,52,93); }

 td.TdClassName
 {
   border-color: #64345D;
 }
 .TagClassName
 {
   border-color: #64345D;
 }
</style>