#820C73

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

Shades of Dark Purple #820C73

Tints of Dark Purple #820C73

Color information

#820C73 (or 0x820C73) is unknown color: approx Dark Purple. HEX triplet: 82, 0C and 73. RGB value is (130,12,115). Sum of RGB (Red+Green+Blue) = 130+12+115=257 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.58% from 257); Green value is 12 (5.08% from 255 or 4.67% from 257); Blue value is 115 (45.31% from 255 or 44.75% from 257); Max value from RGB is 130 - color contains mainly: red. Hex color #820C73 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820C73 is #7DF38C. Grayscale: #3A3A3A. Windows color (decimal): -8254349 or 7539842. OLE color: 7539842.

HSL color Cylindrical-coordinate representation of color #820C73: hue angle of 307.63º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #820C73 is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB13012115-
CMYK00.910.120.49
HSL307.63º83.1%27.84%-
HSV(B)307.63º90.77%50.98%-
XYZ12.436.2516.77-
YUV59.02159.59178.62-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.58%
GREEN value IS 12 (5.08% from 255) = 4.67%
BLUE value IS 115 (45.31% from 255) = 44.75%
R=50.58%
G=4.67%
B=44.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301211500.910.120.49307.6383.127.84
Hex82C7305BC31134531c
Octal202141630133146146412334
Binary1000001011001110011010110111100110001100110100101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820C73; }

 p { color: rgb(130,12,115); }

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

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

 a { background-color: rgb(130,12,115); }

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

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

 span { border-color: rgb(130,12,115); }

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