Html Css Color HEX #640872 Purple

📋 copy color: '#640872'

red 100 ◦ green 8 ◦ blue 114

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

Shades of Purple #640872

Tints of Purple #640872

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.6%

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

R = 45.05%
G = 3.6%
B = 51.35%

CMYK

 C value IS 0.12

 M value IS 0.93

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#640872 (or 0x640872) is known color: Purple. HEX triplet: 64, 08 and 72. RGB value is (100,8,114). Sum of RGB (Red+Green+Blue) = 100+8+114=222 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.05% from 222); Green value is 8 (3.52% from 255 or 3.60% from 222); Blue value is 114 (44.92% from 255 or 51.35% from 222); Max value from RGB is 114 - color contains mainly: blue. Hex color #640872 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640872 is #9BF78D. Grayscale: #2F2F2F. Windows color (decimal): -10221454 or 7473252. OLE color: 7473252.

HSL color Cylindrical-coordinate representation of color #640872: hue angle of 292.08º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #640872 is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 100 8 114 -
CMYK 0.12 0.93 0 0.55
HSL 292.08º 0.87% 0.24% -
HSV(B) 292.08º 0.93% 0.45% -
XYZ 8.38 4.1 16.27 -
YUV 47.59 165.48 165.38 -
System Red Green Blue C M Y K H S L
Decimal 100 8 114 0.12 0.93 0 0.55 292.08 0.87 0.24
Hex 64 8 72 C 5D 0 37 124 57 18
Octal 144 10 162 14 135 0 67 444 127 30
Binary 1100100 1000 1110010 1100 1011101 0 110111 100100100 1010111 11000

Color Harmonies of #640872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640872

Black with #640872

Text Example


Text Example

White with #640872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640872; }

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

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

background-color css

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

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

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

border-color css

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

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

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