#802077

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

Shades of Dark Purple #802077

Tints of Dark Purple #802077

Color information

#802077 (or 0x802077) is unknown color: approx Dark Purple. HEX triplet: 80, 20 and 77. RGB value is (128,32,119). Sum of RGB (Red+Green+Blue) = 128+32+119=279 (36% of max value = 765). Red value is 128 (50.39% from 255 or 45.88% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 119 (46.88% from 255 or 42.65% from 279); Max value from RGB is 128 - color contains mainly: red. Hex color #802077 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802077 is #7FDF88. Grayscale: #464646. Windows color (decimal): -8380297 or 7807104. OLE color: 7807104.

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

Color convert

RGB12832119-
CMYK00.750.070.50
HSL305.62º60%31.37%-
HSV(B)305.62º75%50.2%-
XYZ12.756.9518.12-
YUV70.62155.3168.93-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.88%
GREEN value IS 32 (12.89% from 255) = 11.47%
BLUE value IS 119 (46.88% from 255) = 42.65%
R=45.88%
G=11.47%
B=42.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.07
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1283211900.750.070.50305.626031.37
Hex80207704B7321323c1f
Octal2004016701137624627437
Binary1000000010000011101110100101111111001010011001011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802077; }

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

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

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

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

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

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

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

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