Html Css Color HEX #640572 Purple

📋 copy color: '#640572'

red 100 ◦ green 5 ◦ blue 114

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

Shades of Purple #640572

Tints of Purple #640572

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.28%

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

R = 45.66%
G = 2.28%
B = 52.05%

CMYK

 C value IS 0.12

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#640572 (or 0x640572) is known color: Purple. HEX triplet: 64, 05 and 72. RGB value is (100,5,114). Sum of RGB (Red+Green+Blue) = 100+5+114=219 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.66% from 219); Green value is 5 (2.34% from 255 or 2.28% from 219); Blue value is 114 (44.92% from 255 or 52.05% from 219); Max value from RGB is 114 - color contains mainly: blue. Hex color #640572 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640572 is #9BFA8D. Grayscale: #2D2D2D. Windows color (decimal): -10222222 or 7472484. OLE color: 7472484.

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

Color convert

RGB 100 5 114 -
CMYK 0.12 0.96 0 0.55
HSL 292.29º 0.92% 0.23% -
HSV(B) 292.29º 0.96% 0.45% -
XYZ 8.35 4.03 16.26 -
YUV 45.83 166.47 166.64 -
System Red Green Blue C M Y K H S L
Decimal 100 5 114 0.12 0.96 0 0.55 292.29 0.92 0.23
Hex 64 5 72 C 60 0 37 124 5C 17
Octal 144 5 162 14 140 0 67 444 134 27
Binary 1100100 101 1110010 1100 1100000 0 110111 100100100 1011100 10111

Color Harmonies of #640572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640572

Black with #640572

Text Example


Text Example

White with #640572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640572; }

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

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

background-color css

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

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

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

border-color css

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

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

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