#802981

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

Shades of Dark Purple #802981

Tints of Dark Purple #802981

Color information

#802981 (or 0x802981) is unknown color: approx Dark Purple. HEX triplet: 80, 29 and 81. RGB value is (128,41,129). Sum of RGB (Red+Green+Blue) = 128+41+129=298 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.95% from 298); Green value is 41 (16.41% from 255 or 13.76% from 298); Blue value is 129 (50.78% from 255 or 43.29% from 298); Max value from RGB is 129 - color contains mainly: blue. Hex color #802981 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802981 is #7FD67E. Grayscale: #4C4C4C. Windows color (decimal): -8377983 or 8464768. OLE color: 8464768.

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

Color convert

RGB12841129-
CMYK0.010.6800.49
HSL299.32º51.76%33.33%-
HSV(B)299.32º68.22%50.59%-
XYZ13.667.7621.55-
YUV77.04157.32164.34-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.95%
GREEN value IS 41 (16.41% from 255) = 13.76%
BLUE value IS 129 (50.78% from 255) = 43.29%
R=42.95%
G=13.76%
B=43.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal128411290.010.6800.49299.3251.7633.33
Hex80298114403112b3421
Octal2005120111040614536441
Binary1000000010100110000001110001000110001100101011110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802981; }

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

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

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

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

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

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

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

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