#64125C

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

Shades of Palatinate Purple #64125C

Tints of Palatinate Purple #64125C

Color information

#64125C (or 0x64125C) is unknown color: approx Palatinate Purple. HEX triplet: 64, 12 and 5C. RGB value is (100,18,92). Sum of RGB (Red+Green+Blue) = 100+18+92=210 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.62% from 210); Green value is 18 (7.42% from 255 or 8.57% from 210); Blue value is 92 (36.33% from 255 or 43.81% from 210); Max value from RGB is 100 - color contains mainly: red. Hex color #64125C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64125C is #9BEDA3. Grayscale: #323232. Windows color (decimal): -10218916 or 6034020. OLE color: 6034020.

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

Color convert

RGB1001892-
CMYK00.820.080.61
HSL305.85º69.49%23.14%-
HSV(B)305.85º82%39.22%-
XYZ7.43.9110.49-
YUV50.95151.17162.98-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 47.62%
GREEN value IS 18 (7.42% from 255) = 8.57%
BLUE value IS 92 (36.33% from 255) = 43.81%
R=47.62%
G=8.57%
B=43.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.08
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100189200.820.080.61305.8569.4923.14
Hex64125C05283D1324517
Octal144221340122107546210527
Binary1100100100101011100010100101000111101100110010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64125C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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