#821470

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

Shades of Dark Purple #821470

Tints of Dark Purple #821470

Color information

#821470 (or 0x821470) is unknown color: approx Dark Purple. HEX triplet: 82, 14 and 70. RGB value is (130,20,112). Sum of RGB (Red+Green+Blue) = 130+20+112=262 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.62% from 262); Green value is 20 (8.20% from 255 or 7.63% from 262); Blue value is 112 (44.14% from 255 or 42.75% from 262); Max value from RGB is 130 - color contains mainly: red. Hex color #821470 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821470 is #7DEB8F. Grayscale: #3F3F3F. Windows color (decimal): -8252304 or 7345282. OLE color: 7345282.

HSL color Cylindrical-coordinate representation of color #821470: hue angle of 309.82º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #821470 is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB13020112-
CMYK00.850.140.49
HSL309.82º73.33%29.41%-
HSV(B)309.82º84.62%50.98%-
XYZ12.386.4215.92-
YUV63.38155.44175.52-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.62%
GREEN value IS 20 (8.20% from 255) = 7.63%
BLUE value IS 112 (44.14% from 255) = 42.75%
R=49.62%
G=7.63%
B=42.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1302011200.850.140.49309.8273.3329.41
Hex821470055E31136491d
Octal202241600125166146611135
Binary10000010101001110000010101011110110001100110110100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821470; }

 p { color: rgb(130,20,112); }

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

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

 a { background-color: rgb(130,20,112); }

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

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

 span { border-color: rgb(130,20,112); }

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