Html Css Color HEX #640C76 Purple

📋 copy color: '#640C76'

red 100 ◦ green 12 ◦ blue 118

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

Shades of Purple #640C76

Tints of Purple #640C76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 51.3%

R = 43.48%
G = 5.22%
B = 51.3%

CMYK

 C value IS 0.15

 M value IS 0.90

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#640C76 (or 0x640C76) is known color: Purple. HEX triplet: 64, 0C and 76. RGB value is (100,12,118). Sum of RGB (Red+Green+Blue) = 100+12+118=230 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.48% from 230); Green value is 12 (5.08% from 255 or 5.22% from 230); Blue value is 118 (46.48% from 255 or 51.30% from 230); Max value from RGB is 118 - color contains mainly: blue. Hex color #640C76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640C76 is #9BF389. Grayscale: #323232. Windows color (decimal): -10220426 or 7736420. OLE color: 7736420.

HSL color Cylindrical-coordinate representation of color #640C76: hue angle of 289.81º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #640C76 is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 100 12 118 -
CMYK 0.15 0.90 0 0.54
HSL 289.81º 0.82% 0.25% -
HSV(B) 289.81º 0.9% 0.46% -
XYZ 8.66 4.28 17.51 -
YUV 50.4 166.15 163.38 -
System Red Green Blue C M Y K H S L
Decimal 100 12 118 0.15 0.90 0 0.54 289.81 0.82 0.25
Hex 64 C 76 F 5A 0 36 122 52 19
Octal 144 14 166 17 132 0 66 442 122 31
Binary 1100100 1100 1110110 1111 1011010 0 110110 100100010 1010010 11001

Color Harmonies of #640C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640C76

Black with #640C76

Text Example


Text Example

White with #640C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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