#821487

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

Shades of Purple #821487

Tints of Purple #821487

Color information

#821487 (or 0x821487) is unknown color: approx Purple. HEX triplet: 82, 14 and 87. RGB value is (130,20,135). Sum of RGB (Red+Green+Blue) = 130+20+135=285 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.61% from 285); Green value is 20 (8.20% from 255 or 7.02% from 285); Blue value is 135 (53.12% from 255 or 47.37% from 285); Max value from RGB is 135 - color contains mainly: blue. Hex color #821487 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821487 is #7DEB78. Grayscale: #414141. Windows color (decimal): -8252281 or 8852610. OLE color: 8852610.

HSL color Cylindrical-coordinate representation of color #821487: hue angle of 297.39º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #821487 is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13020135-
CMYK0.040.8500.47
HSL297.39º74.19%30.39%-
HSV(B)297.39º85.19%52.94%-
XYZ13.83723.54-
YUV66166.94173.65-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.61%
GREEN value IS 20 (8.20% from 255) = 7.02%
BLUE value IS 135 (53.12% from 255) = 47.37%
R=45.61%
G=7.02%
B=47.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130201350.040.8500.47297.3974.1930.39
Hex82148745502F1294a1e
Octal20224207412505745111236
Binary10000010101001000011110010101010101111100101001100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821487; }

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

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

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

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

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

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

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

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