Html Css Color HEX #641168 Palatinate Purple

📋 copy color: '#641168'

red 100 ◦ green 17 ◦ blue 104

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

Shades of Palatinate Purple #641168

Tints of Palatinate Purple #641168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 47.06%

R = 45.25%
G = 7.69%
B = 47.06%

CMYK

 C value IS 0.04

 M value IS 0.84

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#641168 (or 0x641168) is known color: Palatinate Purple. HEX triplet: 64, 11 and 68. RGB value is (100,17,104). Sum of RGB (Red+Green+Blue) = 100+17+104=221 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.25% from 221); Green value is 17 (7.03% from 255 or 7.69% from 221); Blue value is 104 (41.02% from 255 or 47.06% from 221); Max value from RGB is 104 - color contains mainly: blue. Hex color #641168 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641168 is #9BEE97. Grayscale: #333333. Windows color (decimal): -10219160 or 6820196. OLE color: 6820196.

HSL color Cylindrical-coordinate representation of color #641168: hue angle of 297.24º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #641168 is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 100 17 104 -
CMYK 0.04 0.84 0 0.59
HSL 297.24º 0.72% 0.24% -
HSV(B) 297.24º 0.84% 0.41% -
XYZ 7.95 4.11 13.47 -
YUV 51.74 157.5 162.43 -
System Red Green Blue C M Y K H S L
Decimal 100 17 104 0.04 0.84 0 0.59 297.24 0.72 0.24
Hex 64 11 68 4 54 0 3B 129 48 18
Octal 144 21 150 4 124 0 73 451 110 30
Binary 1100100 10001 1101000 100 1010100 0 111011 100101001 1001000 11000

Color Harmonies of #641168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641168

Black with #641168

Text Example


Text Example

White with #641168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641168; }

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

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

background-color css

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

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

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

border-color css

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

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

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