#820370

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

Shades of Purple #820370

Tints of Purple #820370

Color information

#820370 (or 0x820370) is unknown color: approx Purple. HEX triplet: 82, 03 and 70. RGB value is (130,3,112). Sum of RGB (Red+Green+Blue) = 130+3+112=245 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.06% from 245); Green value is 3 (1.56% from 255 or 1.22% from 245); Blue value is 112 (44.14% from 255 or 45.71% from 245); Max value from RGB is 130 - color contains mainly: red. Hex color #820370 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820370 is #7DFC8F. Grayscale: #353535. Windows color (decimal): -8256656 or 7340930. OLE color: 7340930.

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

Color convert

RGB1303112-
CMYK00.980.140.49
HSL308.5º95.49%26.08%-
HSV(B)308.5º97.69%50.98%-
XYZ12.165.9815.84-
YUV53.4161.08182.64-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.06%
GREEN value IS 3 (1.56% from 255) = 1.22%
BLUE value IS 112 (44.14% from 255) = 45.71%
R=53.06%
G=1.22%
B=45.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130311200.980.140.49308.595.4926.08
Hex82370062E311355f1a
Octal20231600142166146513732
Binary10000010111110000011000101110110001100110101101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820370; }

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

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

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

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

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

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

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

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