#840572

Color #840572 Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #840572

Tints of Purple #840572

Color information

#840572 (or 0x840572) is unknown color: approx Purple. HEX triplet: 84, 05 and 72. RGB value is (132,5,114). Sum of RGB (Red+Green+Blue) = 132+5+114=251 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.59% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 114 (44.92% from 255 or 45.42% from 251); Max value from RGB is 132 - color contains mainly: red. Hex color #840572 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840572 is #7BFA8D. Grayscale: #373737. Windows color (decimal): -8125070 or 7472516. OLE color: 7472516.

HSL color Cylindrical-coordinate representation of color #840572: hue angle of 308.5º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #840572 is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB1325114-
CMYK00.960.140.48
HSL308.5º92.7%26.86%-
HSV(B)308.5º96.21%51.76%-
XYZ12.616.2316.46-
YUV55.4161.08182.64-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 52.59%
GREEN value IS 5 (2.34% from 255) = 1.99%
BLUE value IS 114 (44.92% from 255) = 45.42%
R=52.59%
G=1.99%
B=45.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132511400.960.140.48308.592.726.86
Hex84572060E301355d1b
Octal20451620140166046513533
Binary100001001011110010011000001110110000100110101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840572; }

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

 H1.HeaderClassName
 {
   color: #840572;
 }
 .AnyTagClassName
 {
   color: #840572;
 }
</style>
background-color css

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

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

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

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

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

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