Html Css Color HEX #640B68 Palatinate Purple

📋 copy color: '#640B68'

red 100 ◦ green 11 ◦ blue 104

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

Shades of Palatinate Purple #640B68

Tints of Palatinate Purple #640B68

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.12%

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

R = 46.51%
G = 5.12%
B = 48.37%

CMYK

 C value IS 0.04

 M value IS 0.89

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#640B68 (or 0x640B68) is known color: Palatinate Purple. HEX triplet: 64, 0B and 68. RGB value is (100,11,104). Sum of RGB (Red+Green+Blue) = 100+11+104=215 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.51% from 215); Green value is 11 (4.69% from 255 or 5.12% from 215); Blue value is 104 (41.02% from 255 or 48.37% from 215); Max value from RGB is 104 - color contains mainly: blue. Hex color #640B68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640B68 is #9BF497. Grayscale: #2F2F2F. Windows color (decimal): -10220696 or 6818660. OLE color: 6818660.

HSL color Cylindrical-coordinate representation of color #640B68: hue angle of 297.42º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #640B68 is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 100 11 104 -
CMYK 0.04 0.89 0 0.59
HSL 297.42º 0.81% 0.23% -
HSV(B) 297.42º 0.89% 0.41% -
XYZ 7.87 3.95 13.44 -
YUV 48.21 159.49 164.94 -
System Red Green Blue C M Y K H S L
Decimal 100 11 104 0.04 0.89 0 0.59 297.42 0.81 0.23
Hex 64 B 68 4 59 0 3B 129 51 17
Octal 144 13 150 4 131 0 73 451 121 27
Binary 1100100 1011 1101000 100 1011001 0 111011 100101001 1010001 10111

Color Harmonies of #640B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640B68

Black with #640B68

Text Example


Text Example

White with #640B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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