Html Css Color HEX #640C72 Purple

📋 copy color: '#640C72'

red 100 ◦ green 12 ◦ blue 114

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

Shades of Purple #640C72

Tints of Purple #640C72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 50.44%

R = 44.25%
G = 5.31%
B = 50.44%

CMYK

 C value IS 0.12

 M value IS 0.89

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#640C72 (or 0x640C72) is known color: Purple. HEX triplet: 64, 0C and 72. RGB value is (100,12,114). Sum of RGB (Red+Green+Blue) = 100+12+114=226 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.25% from 226); Green value is 12 (5.08% from 255 or 5.31% from 226); Blue value is 114 (44.92% from 255 or 50.44% from 226); Max value from RGB is 114 - color contains mainly: blue. Hex color #640C72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640C72 is #9BF38D. Grayscale: #313131. Windows color (decimal): -10220430 or 7474276. OLE color: 7474276.

HSL color Cylindrical-coordinate representation of color #640C72: hue angle of 291.76º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #640C72 is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 100 12 114 -
CMYK 0.12 0.89 0 0.55
HSL 291.76º 0.81% 0.25% -
HSV(B) 291.76º 0.89% 0.45% -
XYZ 8.42 4.19 16.28 -
YUV 49.94 164.15 163.71 -
System Red Green Blue C M Y K H S L
Decimal 100 12 114 0.12 0.89 0 0.55 291.76 0.81 0.25
Hex 64 C 72 C 59 0 37 124 51 19
Octal 144 14 162 14 131 0 67 444 121 31
Binary 1100100 1100 1110010 1100 1011001 0 110111 100100100 1010001 11001

Color Harmonies of #640C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640C72

Black with #640C72

Text Example


Text Example

White with #640C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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