Html Css Color HEX #64106E Palatinate Purple

📋 copy color: '#64106E'

red 100 ◦ green 16 ◦ blue 110

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

Shades of Palatinate Purple #64106E

Tints of Palatinate Purple #64106E

RGB

 RED value IS 100 (39.45% from 255) = 44.25%

 GREEN value IS 16 (6.64% from 255) = 7.08%

 BLUE value IS 110 (43.36% from 255) = 48.67%

R = 44.25%
G = 7.08%
B = 48.67%

CMYK

 C value IS 0.09

 M value IS 0.85

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#64106E (or 0x64106E) is known color: Palatinate Purple. HEX triplet: 64, 10 and 6E. RGB value is (100,16,110). Sum of RGB (Red+Green+Blue) = 100+16+110=226 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.25% from 226); Green value is 16 (6.64% from 255 or 7.08% from 226); Blue value is 110 (43.36% from 255 or 48.67% from 226); Max value from RGB is 110 - color contains mainly: blue. Hex color #64106E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64106E is #9BEF91. Grayscale: #333333. Windows color (decimal): -10219410 or 7213156. OLE color: 7213156.

HSL color Cylindrical-coordinate representation of color #64106E: hue angle of 293.62º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #64106E is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 100 16 110 -
CMYK 0.09 0.85 0 0.57
HSL 293.62º 0.75% 0.25% -
HSV(B) 293.62º 0.85% 0.43% -
XYZ 8.26 4.21 15.13 -
YUV 51.83 160.83 162.36 -
System Red Green Blue C M Y K H S L
Decimal 100 16 110 0.09 0.85 0 0.57 293.62 0.75 0.25
Hex 64 10 6E 9 55 0 39 126 4B 19
Octal 144 20 156 11 125 0 71 446 113 31
Binary 1100100 10000 1101110 1001 1010101 0 111001 100100110 1001011 11001

Color Harmonies of #64106E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64106E

Black with #64106E

Text Example


Text Example

White with #64106E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64106E; }

 p { color: rgb(100,16,110); }

 H1.HeaderClassName
 {
   color: #64106E;
 }
 .AnyTagClassName
 {
   color: #64106E;
 }
</style>

background-color css

<style>
 a { background-color: #64106E; }

 a { background-color: rgb(100,16,110); }

 div.DivClassName
 {
   background-color: #64106E;
 }
 .BgClassName
 {
   background-color: #64106E;
 }
</style>

border-color css

<style>
 span { border-color: #64106E; }

 span { border-color: rgb(100,16,110); }

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