Html Css Color HEX #640859 Palatinate Purple

📋 copy color: '#640859'

red 100 ◦ green 8 ◦ blue 89

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

Shades of Palatinate Purple #640859

Tints of Palatinate Purple #640859

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 45.18%

R = 50.76%
G = 4.06%
B = 45.18%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.11

 K value IS 0.61

RGB Variations

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

Color information

#640859 (or 0x640859) is known color: Palatinate Purple. HEX triplet: 64, 08 and 59. RGB value is (100,8,89). Sum of RGB (Red+Green+Blue) = 100+8+89=197 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50.76% from 197); Green value is 8 (3.52% from 255 or 4.06% from 197); Blue value is 89 (35.16% from 255 or 45.18% from 197); Max value from RGB is 100 - color contains mainly: red. Hex color #640859 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640859 is #9BF7A6. Grayscale: #2C2C2C. Windows color (decimal): -10221479 or 5834852. OLE color: 5834852.

HSL color Cylindrical-coordinate representation of color #640859: hue angle of 307.17º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #640859 is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 8 89 -
CMYK 0 0.92 0.11 0.61
HSL 307.17º 0.85% 0.21% -
HSV(B) 307.17º 0.92% 0.39% -
XYZ 7.15 3.6 9.77 -
YUV 44.74 152.98 167.41 -
System Red Green Blue C M Y K H S L
Decimal 100 8 89 0 0.92 0.11 0.61 307.17 0.85 0.21
Hex 64 8 59 0 5C B 3D 133 55 15
Octal 144 10 131 0 134 13 75 463 125 25
Binary 1100100 1000 1011001 0 1011100 1011 111101 100110011 1010101 10101

Color Harmonies of #640859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640859

Black with #640859

Text Example


Text Example

White with #640859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640859; }

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

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

background-color css

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

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

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

border-color css

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

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

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