Html Css Color HEX #64125A Palatinate Purple

📋 copy color: '#64125A'

red 100 ◦ green 18 ◦ blue 90

#64125A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palatinate Purple #64125A

Tints of Palatinate Purple #64125A

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 value IS 0

 M value IS 0.82

 Y value IS 0.10

 K value IS 0.61

RGB Variations

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

Color information

#64125A (or 0x64125A) is known color: 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

RGB 100 18 90 -
CMYK 0 0.82 0.10 0.61
HSL 307.32º 0.69% 0.23% -
HSV(B) 307.32º 0.82% 0.39% -
XYZ 7.32 3.88 10.04 -
YUV 50.73 150.17 163.15 -
System Red Green Blue C M Y K H S L
Decimal 100 18 90 0 0.82 0.10 0.61 307.32 0.69 0.23
Hex 64 12 5A 0 52 A 3D 133 45 17
Octal 144 22 132 0 122 12 75 463 105 27
Binary 1100100 10010 1011010 0 1010010 1010 111101 100110011 1000101 10111

Color Harmonies of #64125A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64125A

Black with #64125A

Text Example


Text Example

White with #64125A

Text Example


Text Example

HTML Codes & Css Web 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>