Html Css Color HEX #640868 Palatinate Purple

📋 copy color: '#640868'

red 100 ◦ green 8 ◦ blue 104

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

Shades of Palatinate Purple #640868

Tints of Palatinate Purple #640868

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.77%

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

R = 47.17%
G = 3.77%
B = 49.06%

CMYK

 C value IS 0.04

 M value IS 0.92

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#640868 (or 0x640868) is known color: Palatinate Purple. HEX triplet: 64, 08 and 68. RGB value is (100,8,104). Sum of RGB (Red+Green+Blue) = 100+8+104=212 (28% of max value = 765). Red value is 100 (39.45% from 255 or 47.17% from 212); Green value is 8 (3.52% from 255 or 3.77% from 212); Blue value is 104 (41.02% from 255 or 49.06% from 212); Max value from RGB is 104 - color contains mainly: blue. Hex color #640868 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640868 is #9BF797. Grayscale: #2E2E2E. Windows color (decimal): -10221464 or 6817892. OLE color: 6817892.

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

Color convert

RGB 100 8 104 -
CMYK 0.04 0.92 0 0.59
HSL 297.5º 0.86% 0.22% -
HSV(B) 297.5º 0.92% 0.41% -
XYZ 7.84 3.88 13.43 -
YUV 46.45 160.48 166.19 -
System Red Green Blue C M Y K H S L
Decimal 100 8 104 0.04 0.92 0 0.59 297.5 0.86 0.22
Hex 64 8 68 4 5C 0 3B 12A 56 16
Octal 144 10 150 4 134 0 73 452 126 26
Binary 1100100 1000 1101000 100 1011100 0 111011 100101010 1010110 10110

Color Harmonies of #640868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640868

Black with #640868

Text Example


Text Example

White with #640868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640868; }

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

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

background-color css

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

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

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

border-color css

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

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

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