#64135C

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

Shades of Palatinate Purple #64135C

Tints of Palatinate Purple #64135C

Color information

#64135C (or 0x64135C) is unknown color: approx Palatinate Purple. HEX triplet: 64, 13 and 5C. RGB value is (100,19,92). Sum of RGB (Red+Green+Blue) = 100+19+92=211 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.39% from 211); Green value is 19 (7.81% from 255 or 9.00% from 211); Blue value is 92 (36.33% from 255 or 43.60% from 211); Max value from RGB is 100 - color contains mainly: red. Hex color #64135C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64135C is #9BECA3. Grayscale: #333333. Windows color (decimal): -10218660 or 6034276. OLE color: 6034276.

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

Color convert

RGB1001992-
CMYK00.810.080.61
HSL305.93º68.07%23.33%-
HSV(B)305.93º81%39.22%-
XYZ7.423.9510.5-
YUV51.54150.84162.56-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 47.39%
GREEN value IS 19 (7.81% from 255) = 9.00%
BLUE value IS 92 (36.33% from 255) = 43.60%
R=47.39%
G=9.00%
B=43.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.08
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100199200.810.080.61305.9368.0723.33
Hex64135C05183D1324417
Octal144231340121107546210427
Binary1100100100111011100010100011000111101100110010100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64135C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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