#802572

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

Shades of Dark Purple #802572

Tints of Dark Purple #802572

Color information

#802572 (or 0x802572) is unknown color: approx Dark Purple. HEX triplet: 80, 25 and 72. RGB value is (128,37,114). Sum of RGB (Red+Green+Blue) = 128+37+114=279 (36% of max value = 765). Red value is 128 (50.39% from 255 or 45.88% from 279); Green value is 37 (14.84% from 255 or 13.26% from 279); Blue value is 114 (44.92% from 255 or 40.86% from 279); Max value from RGB is 128 - color contains mainly: red. Hex color #802572 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802572 is #7FDA8D. Grayscale: #484848. Windows color (decimal): -8379022 or 7480704. OLE color: 7480704.

HSL color Cylindrical-coordinate representation of color #802572: hue angle of 309.23º 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 #802572 is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.50.

Color convert

RGB12837114-
CMYK00.710.110.50
HSL309.23º55.15%32.35%-
HSV(B)309.23º71.09%50.2%-
XYZ12.67.1316.63-
YUV72.99151.15167.24-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.88%
GREEN value IS 37 (14.84% from 255) = 13.26%
BLUE value IS 114 (44.92% from 255) = 40.86%
R=45.88%
G=13.26%
B=40.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.11
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1283711400.710.110.50309.2355.1532.35
Hex802572047B321353720
Octal20045162010713624656740
Binary100000001001011110010010001111011110010100110101110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802572; }

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

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

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

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

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

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

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

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