Html Css Color HEX #640B6B Palatinate Purple

📋 copy color: '#640B6B'

red 100 ◦ green 11 ◦ blue 107

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

Shades of Palatinate Purple #640B6B

Tints of Palatinate Purple #640B6B

RGB

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

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

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

R = 45.87%
G = 5.05%
B = 49.08%

CMYK

 C value IS 0.07

 M value IS 0.90

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#640B6B (or 0x640B6B) is known color: Palatinate Purple. HEX triplet: 64, 0B and 6B. RGB value is (100,11,107). Sum of RGB (Red+Green+Blue) = 100+11+107=218 (28% of max value = 765). Red value is 100 (39.45% from 255 or 45.87% from 218); Green value is 11 (4.69% from 255 or 5.05% from 218); Blue value is 107 (42.19% from 255 or 49.08% from 218); Max value from RGB is 107 - color contains mainly: blue. Hex color #640B6B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640B6B is #9BF494. Grayscale: #303030. Windows color (decimal): -10220693 or 7015268. OLE color: 7015268.

HSL color Cylindrical-coordinate representation of color #640B6B: hue angle of 295.62º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #640B6B is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 100 11 107 -
CMYK 0.07 0.90 0 0.58
HSL 295.63º 0.81% 0.23% -
HSV(B) 295.63º 0.9% 0.42% -
XYZ 8.03 4.01 14.26 -
YUV 48.56 160.99 164.69 -
System Red Green Blue C M Y K H S L
Decimal 100 11 107 0.07 0.90 0 0.58 295.63 0.81 0.23
Hex 64 B 6B 7 5A 0 3A 128 51 17
Octal 144 13 153 7 132 0 72 450 121 27
Binary 1100100 1011 1101011 111 1011010 0 111010 100101000 1010001 10111

Color Harmonies of #640B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640B6B

Black with #640B6B

Text Example


Text Example

White with #640B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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