#820588

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

Shades of Purple #820588

Tints of Purple #820588

Color information

#820588 (or 0x820588) is unknown color: approx Purple. HEX triplet: 82, 05 and 88. RGB value is (130,5,136). Sum of RGB (Red+Green+Blue) = 130+5+136=271 (35% of max value = 765). Red value is 130 (51.17% from 255 or 47.97% from 271); Green value is 5 (2.34% from 255 or 1.85% from 271); Blue value is 136 (53.52% from 255 or 50.18% from 271); Max value from RGB is 136 - color contains mainly: blue. Hex color #820588 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820588 is #7DFA77. Grayscale: #383838. Windows color (decimal): -8256120 or 8914306. OLE color: 8914306.

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

Color convert

RGB1305136-
CMYK0.040.9600.47
HSL297.25º92.91%27.65%-
HSV(B)297.25º96.32%53.33%-
XYZ13.76.6323.85-
YUV57.31172.41179.85-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.97%
GREEN value IS 5 (2.34% from 255) = 1.85%
BLUE value IS 136 (53.52% from 255) = 50.18%
R=47.97%
G=1.85%
B=50.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13051360.040.9600.47297.2592.9127.65
Hex8258846002F1295d1c
Octal2025210414005745113534
Binary100000101011000100010011000000101111100101001101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820588; }

 p { color: rgb(130,5,136); }

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

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

 a { background-color: rgb(130,5,136); }

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

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

 span { border-color: rgb(130,5,136); }

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