#802874

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

Shades of Dark Purple #802874

Tints of Dark Purple #802874

Color information

#802874 (or 0x802874) is unknown color: approx Dark Purple. HEX triplet: 80, 28 and 74. RGB value is (128,40,116). Sum of RGB (Red+Green+Blue) = 128+40+116=284 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.07% from 284); Green value is 40 (16.02% from 255 or 14.08% from 284); Blue value is 116 (45.70% from 255 or 40.85% from 284); Max value from RGB is 128 - color contains mainly: red. Hex color #802874 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802874 is #7FD78B. Grayscale: #4A4A4A. Windows color (decimal): -8378252 or 7612544. OLE color: 7612544.

HSL color Cylindrical-coordinate representation of color #802874: hue angle of 308.18º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #802874 is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB12840116-
CMYK00.690.090.50
HSL308.18º52.38%32.94%-
HSV(B)308.18º68.75%50.2%-
XYZ12.817.3717.27-
YUV74.98151.15165.82-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.07%
GREEN value IS 40 (16.02% from 255) = 14.08%
BLUE value IS 116 (45.70% from 255) = 40.85%
R=45.07%
G=14.08%
B=40.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.09
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1284011600.690.090.50308.1852.3832.94
Hex8028740459321343421
Octal20050164010511624646441
Binary100000001010001110100010001011001110010100110100110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802874; }

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

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

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

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

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

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

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

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