#821073

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

Shades of Dark Purple #821073

Tints of Dark Purple #821073

Color information

#821073 (or 0x821073) is unknown color: approx Dark Purple. HEX triplet: 82, 10 and 73. RGB value is (130,16,115). Sum of RGB (Red+Green+Blue) = 130+16+115=261 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.81% from 261); Green value is 16 (6.64% from 255 or 6.13% from 261); Blue value is 115 (45.31% from 255 or 44.06% from 261); Max value from RGB is 130 - color contains mainly: red. Hex color #821073 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821073 is #7DEF8C. Grayscale: #3D3D3D. Windows color (decimal): -8253325 or 7540866. OLE color: 7540866.

HSL color Cylindrical-coordinate representation of color #821073: hue angle of 307.89º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #821073 is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB13016115-
CMYK00.880.120.49
HSL307.89º78.08%28.63%-
HSV(B)307.89º87.69%50.98%-
XYZ12.496.3516.79-
YUV61.37158.27176.95-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.81%
GREEN value IS 16 (6.64% from 255) = 6.13%
BLUE value IS 115 (45.31% from 255) = 44.06%
R=49.81%
G=6.13%
B=44.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301611500.880.120.49307.8978.0828.63
Hex821073058C311344e1d
Octal202201630130146146411635
Binary10000010100001110011010110001100110001100110100100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821073; }

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

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

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

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

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

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

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

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