#802882

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

Shades of Dark Purple #802882

Tints of Dark Purple #802882

Color information

#802882 (or 0x802882) is unknown color: approx Dark Purple. HEX triplet: 80, 28 and 82. RGB value is (128,40,130). Sum of RGB (Red+Green+Blue) = 128+40+130=298 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.95% from 298); Green value is 40 (16.02% from 255 or 13.42% from 298); Blue value is 130 (51.17% from 255 or 43.62% from 298); Max value from RGB is 130 - color contains mainly: blue. Hex color #802882 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802882 is #7FD77D. Grayscale: #4C4C4C. Windows color (decimal): -8378238 or 8530048. OLE color: 8530048.

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

Color convert

RGB12840130-
CMYK0.020.6900.49
HSL298.67º52.94%33.33%-
HSV(B)298.67º69.23%50.98%-
XYZ13.697.7221.89-
YUV76.57158.15164.68-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.95%
GREEN value IS 40 (16.02% from 255) = 13.42%
BLUE value IS 130 (51.17% from 255) = 43.62%
R=42.95%
G=13.42%
B=43.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal128401300.020.6900.49298.6752.9433.33
Hex80288224503112b3521
Octal2005020221050614536541
Binary10000000101000100000101010001010110001100101011110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802882; }

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

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

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

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

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

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

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

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