#821078

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

Shades of Dark Purple #821078

Tints of Dark Purple #821078

Color information

#821078 (or 0x821078) is unknown color: approx Dark Purple. HEX triplet: 82, 10 and 78. RGB value is (130,16,120). Sum of RGB (Red+Green+Blue) = 130+16+120=266 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.87% from 266); Green value is 16 (6.64% from 255 or 6.02% from 266); Blue value is 120 (47.27% from 255 or 45.11% from 266); Max value from RGB is 130 - color contains mainly: red. Hex color #821078 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821078 is #7DEF87. Grayscale: #3D3D3D. Windows color (decimal): -8253320 or 7868546. OLE color: 7868546.

HSL color Cylindrical-coordinate representation of color #821078: hue angle of 305.26º 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 #821078 is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB13016120-
CMYK00.880.080.49
HSL305.26º78.08%28.63%-
HSV(B)305.26º87.69%50.98%-
XYZ12.786.4718.34-
YUV61.94160.77176.54-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.87%
GREEN value IS 16 (6.64% from 255) = 6.02%
BLUE value IS 120 (47.27% from 255) = 45.11%
R=48.87%
G=6.02%
B=45.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301612000.880.080.49305.2678.0828.63
Hex8210780588311314e1d
Octal202201700130106146111635
Binary10000010100001111000010110001000110001100110001100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821078; }

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

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

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

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

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

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

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

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