#802982

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

Shades of Dark Purple #802982

Tints of Dark Purple #802982

Color information

#802982 (or 0x802982) is unknown color: approx Dark Purple. HEX triplet: 80, 29 and 82. RGB value is (128,41,130). Sum of RGB (Red+Green+Blue) = 128+41+130=299 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.81% from 299); Green value is 41 (16.41% from 255 or 13.71% from 299); Blue value is 130 (51.17% from 255 or 43.48% from 299); Max value from RGB is 130 - color contains mainly: blue. Hex color #802982 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802982 is #7FD67D. Grayscale: #4C4C4C. Windows color (decimal): -8377982 or 8530304. OLE color: 8530304.

HSL color Cylindrical-coordinate representation of color #802982: hue angle of 298.65º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #802982 is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12841130-
CMYK0.020.6800.49
HSL298.65º52.05%33.53%-
HSV(B)298.65º68.46%50.98%-
XYZ13.727.7921.9-
YUV77.16157.82164.26-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.81%
GREEN value IS 41 (16.41% from 255) = 13.71%
BLUE value IS 130 (51.17% from 255) = 43.48%
R=42.81%
G=13.71%
B=43.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal128411300.020.6800.49298.6552.0533.53
Hex80298224403112b3422
Octal2005120221040614536442
Binary10000000101001100000101010001000110001100101011110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802982; }

 p { color: rgb(128,41,130); }

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

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

 a { background-color: rgb(128,41,130); }

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

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

 span { border-color: rgb(128,41,130); }

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