Html Css Color HEX #640E6B Palatinate Purple

📋 copy color: '#640E6B'

red 100 ◦ green 14 ◦ blue 107

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

Shades of Palatinate Purple #640E6B

Tints of Palatinate Purple #640E6B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.33%

 BLUE value IS 107 (42.19% from 255) = 48.42%

R = 45.25%
G = 6.33%
B = 48.42%

CMYK

 C value IS 0.07

 M value IS 0.87

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#640E6B (or 0x640E6B) is known color: Palatinate Purple. HEX triplet: 64, 0E and 6B. RGB value is (100,14,107). Sum of RGB (Red+Green+Blue) = 100+14+107=221 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.25% from 221); Green value is 14 (5.86% from 255 or 6.33% from 221); Blue value is 107 (42.19% from 255 or 48.42% from 221); Max value from RGB is 107 - color contains mainly: blue. Hex color #640E6B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640E6B is #9BF194. Grayscale: #323232. Windows color (decimal): -10219925 or 7016036. OLE color: 7016036.

HSL color Cylindrical-coordinate representation of color #640E6B: hue angle of 295.48º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #640E6B is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 100 14 107 -
CMYK 0.07 0.87 0 0.58
HSL 295.48º 0.77% 0.24% -
HSV(B) 295.48º 0.87% 0.42% -
XYZ 8.07 4.08 14.27 -
YUV 50.32 159.99 163.44 -
System Red Green Blue C M Y K H S L
Decimal 100 14 107 0.07 0.87 0 0.58 295.48 0.77 0.24
Hex 64 E 6B 7 57 0 3A 127 4D 18
Octal 144 16 153 7 127 0 72 447 115 30
Binary 1100100 1110 1101011 111 1010111 0 111010 100100111 1001101 11000

Color Harmonies of #640E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640E6B

Black with #640E6B

Text Example


Text Example

White with #640E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640E6B; }

 p { color: rgb(100,14,107); }

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

background-color css

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

 a { background-color: rgb(100,14,107); }

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

border-color css

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

 span { border-color: rgb(100,14,107); }

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