#64125A

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

Shades of Palatinate Purple #64125A

Tints of Palatinate Purple #64125A

Color information

#64125A (or 0x64125A) is unknown color: approx Palatinate Purple. HEX triplet: 64, 12 and 5A. RGB value is (100,18,90). Sum of RGB (Red+Green+Blue) = 100+18+90=208 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.08% from 208); Green value is 18 (7.42% from 255 or 8.65% from 208); Blue value is 90 (35.55% from 255 or 43.27% from 208); Max value from RGB is 100 - color contains mainly: red. Hex color #64125A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64125A is #9BEDA5. Grayscale: #323232. Windows color (decimal): -10218918 or 5902948. OLE color: 5902948.

HSL color Cylindrical-coordinate representation of color #64125A: hue angle of 307.32º 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 #64125A is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.61.

Color convert

RGB1001890-
CMYK00.820.100.61
HSL307.32º69.49%23.14%-
HSV(B)307.32º82%39.22%-
XYZ7.323.8810.04-
YUV50.73150.17163.15-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 48.08%
GREEN value IS 18 (7.42% from 255) = 8.65%
BLUE value IS 90 (35.55% from 255) = 43.27%
R=48.08%
G=8.65%
B=43.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.10
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100189000.820.100.61307.3269.4923.14
Hex64125A052A3D1334517
Octal144221320122127546310527
Binary1100100100101011010010100101010111101100110011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64125A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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