#821687

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

Shades of Purple #821687

Tints of Purple #821687

Color information

#821687 (or 0x821687) is unknown color: approx Purple. HEX triplet: 82, 16 and 87. RGB value is (130,22,135). Sum of RGB (Red+Green+Blue) = 130+22+135=287 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.30% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 135 (53.12% from 255 or 47.04% from 287); Max value from RGB is 135 - color contains mainly: blue. Hex color #821687 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821687 is #7DE978. Grayscale: #424242. Windows color (decimal): -8251769 or 8853122. OLE color: 8853122.

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

Color convert

RGB13022135-
CMYK0.040.8400.47
HSL297.35º71.97%30.78%-
HSV(B)297.35º83.7%52.94%-
XYZ13.877.0723.56-
YUV67.17166.28172.81-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.30%
GREEN value IS 22 (8.98% from 255) = 7.67%
BLUE value IS 135 (53.12% from 255) = 47.04%
R=45.30%
G=7.67%
B=47.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130221350.040.8400.47297.3571.9730.78
Hex82168745402F129481f
Octal20226207412405745111037
Binary10000010101101000011110010101000101111100101001100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821687; }

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

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

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

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

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

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

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

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