#840570

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

Shades of Purple #840570

Tints of Purple #840570

Color information

#840570 (or 0x840570) is unknown color: approx Purple. HEX triplet: 84, 05 and 70. RGB value is (132,5,112). Sum of RGB (Red+Green+Blue) = 132+5+112=249 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.01% from 249); Green value is 5 (2.34% from 255 or 2.01% from 249); Blue value is 112 (44.14% from 255 or 44.98% from 249); Max value from RGB is 132 - color contains mainly: red. Hex color #840570 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840570 is #7BFA8F. Grayscale: #363636. Windows color (decimal): -8125072 or 7341444. OLE color: 7341444.

HSL color Cylindrical-coordinate representation of color #840570: hue angle of 309.45º 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 #840570 is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB1325112-
CMYK00.960.150.48
HSL309.45º92.7%26.86%-
HSV(B)309.45º96.21%51.76%-
XYZ12.496.1815.86-
YUV55.17160.08182.8-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.01%
GREEN value IS 5 (2.34% from 255) = 2.01%
BLUE value IS 112 (44.14% from 255) = 44.98%
R=53.01%
G=2.01%
B=44.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132511200.960.150.48309.4592.726.86
Hex84570060F301355d1b
Octal20451600140176046513533
Binary100001001011110000011000001111110000100110101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840570; }

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

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

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

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

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

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

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

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