#802060

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

Shades of Dark Purple #802060

Tints of Dark Purple #802060

Color information

#802060 (or 0x802060) is unknown color: approx Dark Purple. HEX triplet: 80, 20 and 60. RGB value is (128,32,96). Sum of RGB (Red+Green+Blue) = 128+32+96=256 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50% from 256); Green value is 32 (12.89% from 255 or 12.5% from 256); Blue value is 96 (37.89% from 255 or 37.5% from 256); Max value from RGB is 128 - color contains mainly: red. Hex color #802060 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802060 is #7FDF9F. Grayscale: #434343. Windows color (decimal): -8380320 or 6299776. OLE color: 6299776.

HSL color Cylindrical-coordinate representation of color #802060: hue angle of 320º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #802060 is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.50.

Color convert

RGB1283296-
CMYK00.750.250.50
HSL320º60%31.37%-
HSV(B)320º75%50.2%-
XYZ11.536.4711.71-
YUV68143.8170.8-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 50%
GREEN value IS 32 (12.89% from 255) = 12.5%
BLUE value IS 96 (37.89% from 255) = 37.5%
R=50%
G=12.5%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.25
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128329600.750.250.503206031.37
Hex80206004B19321403c1f
Octal20040140011331625007437
Binary100000001000001100000010010111100111001010100000011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802060; }

 p { color: rgb(128,32,96); }

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

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

 a { background-color: rgb(128,32,96); }

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

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

 span { border-color: rgb(128,32,96); }

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