#802A81

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

Shades of Dark Purple #802A81

Tints of Dark Purple #802A81

Color information

#802A81 (or 0x802A81) is unknown color: approx Dark Purple. HEX triplet: 80, 2A and 81. RGB value is (128,42,129). Sum of RGB (Red+Green+Blue) = 128+42+129=299 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.81% from 299); Green value is 42 (16.80% from 255 or 14.05% from 299); Blue value is 129 (50.78% from 255 or 43.14% from 299); Max value from RGB is 129 - color contains mainly: blue. Hex color #802A81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802A81 is #7FD57E. Grayscale: #4D4D4D. Windows color (decimal): -8377727 or 8465024. OLE color: 8465024.

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

Color convert

RGB12842129-
CMYK0.010.6700.49
HSL299.31º50.88%33.53%-
HSV(B)299.31º67.44%50.59%-
XYZ13.697.8321.56-
YUV77.63156.99163.93-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.81%
GREEN value IS 42 (16.80% from 255) = 14.05%
BLUE value IS 129 (50.78% from 255) = 43.14%
R=42.81%
G=14.05%
B=43.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal128421290.010.6700.49299.3150.8833.53
Hex802A8114303112b3322
Octal2005220111030614536342
Binary1000000010101010000001110000110110001100101011110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802A81; }

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

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

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

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

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

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

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

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