#802574

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

Shades of Dark Purple #802574

Tints of Dark Purple #802574

Color information

#802574 (or 0x802574) is unknown color: approx Dark Purple. HEX triplet: 80, 25 and 74. RGB value is (128,37,116). Sum of RGB (Red+Green+Blue) = 128+37+116=281 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.55% from 281); Green value is 37 (14.84% from 255 or 13.17% from 281); Blue value is 116 (45.70% from 255 or 41.28% from 281); Max value from RGB is 128 - color contains mainly: red. Hex color #802574 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802574 is #7FDA8B. Grayscale: #484848. Windows color (decimal): -8379020 or 7611776. OLE color: 7611776.

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

Color convert

RGB12837116-
CMYK00.710.090.50
HSL307.91º55.15%32.35%-
HSV(B)307.91º71.09%50.2%-
XYZ12.727.1717.24-
YUV73.22152.15167.08-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.55%
GREEN value IS 37 (14.84% from 255) = 13.17%
BLUE value IS 116 (45.70% from 255) = 41.28%
R=45.55%
G=13.17%
B=41.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.09
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1283711600.710.090.50307.9155.1532.35
Hex8025740479321343720
Octal20045164010711624646740
Binary100000001001011110100010001111001110010100110100110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802574; }

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

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

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

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

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

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

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

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