#821379

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

Shades of Dark Purple #821379

Tints of Dark Purple #821379

Color information

#821379 (or 0x821379) is unknown color: approx Dark Purple. HEX triplet: 82, 13 and 79. RGB value is (130,19,121). Sum of RGB (Red+Green+Blue) = 130+19+121=270 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.15% from 270); Green value is 19 (7.81% from 255 or 7.04% from 270); Blue value is 121 (47.66% from 255 or 44.81% from 270); Max value from RGB is 130 - color contains mainly: red. Hex color #821379 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821379 is #7DEC86. Grayscale: #3F3F3F. Windows color (decimal): -8252551 or 7934850. OLE color: 7934850.

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

Color convert

RGB13019121-
CMYK00.850.070.49
HSL304.86º74.5%29.22%-
HSV(B)304.86º85.38%50.98%-
XYZ12.896.5918.68-
YUV63.82160.27175.21-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.15%
GREEN value IS 19 (7.81% from 255) = 7.04%
BLUE value IS 121 (47.66% from 255) = 44.81%
R=48.15%
G=7.04%
B=44.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301912100.850.070.49304.8674.529.22
Hex8213790557311314a1d
Octal20223171012576146111235
Binary1000001010011111100101010101111110001100110001100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821379; }

 p { color: rgb(130,19,121); }

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

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

 a { background-color: rgb(130,19,121); }

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

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

 span { border-color: rgb(130,19,121); }

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