Html Css Color HEX #64116D Palatinate Purple

📋 copy color: '#64116D'

red 100 ◦ green 17 ◦ blue 109

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

Shades of Palatinate Purple #64116D

Tints of Palatinate Purple #64116D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.52%

 BLUE value IS 109 (42.97% from 255) = 48.23%

R = 44.25%
G = 7.52%
B = 48.23%

CMYK

 C value IS 0.08

 M value IS 0.84

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#64116D (or 0x64116D) is known color: Palatinate Purple. HEX triplet: 64, 11 and 6D. RGB value is (100,17,109). Sum of RGB (Red+Green+Blue) = 100+17+109=226 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.25% from 226); Green value is 17 (7.03% from 255 or 7.52% from 226); Blue value is 109 (42.97% from 255 or 48.23% from 226); Max value from RGB is 109 - color contains mainly: blue. Hex color #64116D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64116D is #9BEE92. Grayscale: #343434. Windows color (decimal): -10219155 or 7147876. OLE color: 7147876.

HSL color Cylindrical-coordinate representation of color #64116D: hue angle of 294.13º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #64116D is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 100 17 109 -
CMYK 0.08 0.84 0 0.57
HSL 294.13º 0.73% 0.25% -
HSV(B) 294.13º 0.84% 0.43% -
XYZ 8.22 4.21 14.85 -
YUV 52.31 160 162.02 -
System Red Green Blue C M Y K H S L
Decimal 100 17 109 0.08 0.84 0 0.57 294.13 0.73 0.25
Hex 64 11 6D 8 54 0 39 126 49 19
Octal 144 21 155 10 124 0 71 446 111 31
Binary 1100100 10001 1101101 1000 1010100 0 111001 100100110 1001001 11001

Color Harmonies of #64116D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64116D

Black with #64116D

Text Example


Text Example

White with #64116D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64116D; }

 p { color: rgb(100,17,109); }

 H1.HeaderClassName
 {
   color: #64116D;
 }
 .AnyTagClassName
 {
   color: #64116D;
 }
</style>

background-color css

<style>
 a { background-color: #64116D; }

 a { background-color: rgb(100,17,109); }

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

border-color css

<style>
 span { border-color: #64116D; }

 span { border-color: rgb(100,17,109); }

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