#64035C

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

Shades of Palatinate Purple #64035C

Tints of Palatinate Purple #64035C

Color information

#64035C (or 0x64035C) is unknown color: approx Palatinate Purple. HEX triplet: 64, 03 and 5C. RGB value is (100,3,92). Sum of RGB (Red+Green+Blue) = 100+3+92=195 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.28% from 195); Green value is 3 (1.56% from 255 or 1.54% from 195); Blue value is 92 (36.33% from 255 or 47.18% from 195); Max value from RGB is 100 - color contains mainly: red. Hex color #64035C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64035C is #9BFCA3. Grayscale: #292929. Windows color (decimal): -10222756 or 6030180. OLE color: 6030180.

HSL color Cylindrical-coordinate representation of color #64035C: hue angle of 304.95º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #64035C is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.61.

Color convert

RGB100392-
CMYK00.970.080.61
HSL304.95º94.17%20.2%-
HSV(B)304.95º97%39.22%-
XYZ7.223.5510.43-
YUV42.15156.14169.26-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 51.28%
GREEN value IS 3 (1.56% from 255) = 1.54%
BLUE value IS 92 (36.33% from 255) = 47.18%
R=51.28%
G=1.54%
B=47.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.08
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10039200.970.080.61304.9594.1720.2
Hex6435C06183D1315e14
Octal14431340141107546113624
Binary1100100111011100011000011000111101100110001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64035C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64035C; }

 p { color: rgb(100,3,92); }

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

<style>
 a { background-color: #64035C; }

 a { background-color: rgb(100,3,92); }

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

<style>
 span { border-color: #64035C; }

 span { border-color: rgb(100,3,92); }

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