#802575

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

Shades of Dark Purple #802575

Tints of Dark Purple #802575

Color information

#802575 (or 0x802575) is unknown color: approx Dark Purple. HEX triplet: 80, 25 and 75. RGB value is (128,37,117). Sum of RGB (Red+Green+Blue) = 128+37+117=282 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.39% from 282); Green value is 37 (14.84% from 255 or 13.12% from 282); Blue value is 117 (46.09% from 255 or 41.49% from 282); Max value from RGB is 128 - color contains mainly: red. Hex color #802575 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802575 is #7FDA8A. Grayscale: #494949. Windows color (decimal): -8379019 or 7677312. OLE color: 7677312.

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

Color convert

RGB12837117-
CMYK00.710.090.50
HSL307.25º55.15%32.35%-
HSV(B)307.25º71.09%50.2%-
XYZ12.777.217.55-
YUV73.33152.65167-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.39%
GREEN value IS 37 (14.84% from 255) = 13.12%
BLUE value IS 117 (46.09% from 255) = 41.49%
R=45.39%
G=13.12%
B=41.49%

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
Decimal1283711700.710.090.50307.2555.1532.35
Hex8025750479321333720
Octal20045165010711624636740
Binary100000001001011110101010001111001110010100110011110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802575; }

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

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

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

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

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

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

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

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