Html Css Color HEX #640C6A Palatinate Purple

📋 copy color: '#640C6A'

red 100 ◦ green 12 ◦ blue 106

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

Shades of Palatinate Purple #640C6A

Tints of Palatinate Purple #640C6A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.5%

 BLUE value IS 106 (41.8% from 255) = 48.62%

R = 45.87%
G = 5.5%
B = 48.62%

CMYK

 C value IS 0.06

 M value IS 0.89

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#640C6A (or 0x640C6A) is known color: Palatinate Purple. HEX triplet: 64, 0C and 6A. RGB value is (100,12,106). Sum of RGB (Red+Green+Blue) = 100+12+106=218 (28% of max value = 765). Red value is 100 (39.45% from 255 or 45.87% from 218); Green value is 12 (5.08% from 255 or 5.50% from 218); Blue value is 106 (41.80% from 255 or 48.62% from 218); Max value from RGB is 106 - color contains mainly: blue. Hex color #640C6A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640C6A is #9BF395. Grayscale: #303030. Windows color (decimal): -10220438 or 6949988. OLE color: 6949988.

HSL color Cylindrical-coordinate representation of color #640C6A: hue angle of 296.17º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #640C6A is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 100 12 106 -
CMYK 0.06 0.89 0 0.58
HSL 296.17º 0.8% 0.23% -
HSV(B) 296.17º 0.89% 0.42% -
XYZ 7.99 4.01 13.99 -
YUV 49.03 160.15 164.36 -
System Red Green Blue C M Y K H S L
Decimal 100 12 106 0.06 0.89 0 0.58 296.17 0.8 0.23
Hex 64 C 6A 6 59 0 3A 128 50 17
Octal 144 14 152 6 131 0 72 450 120 27
Binary 1100100 1100 1101010 110 1011001 0 111010 100101000 1010000 10111

Color Harmonies of #640C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640C6A

Black with #640C6A

Text Example


Text Example

White with #640C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,12,106); }

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

background-color css

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

 a { background-color: rgb(100,12,106); }

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

border-color css

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

 span { border-color: rgb(100,12,106); }

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