#802775

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

Shades of Dark Purple #802775

Tints of Dark Purple #802775

Color information

#802775 (or 0x802775) is unknown color: approx Dark Purple. HEX triplet: 80, 27 and 75. RGB value is (128,39,117). Sum of RGB (Red+Green+Blue) = 128+39+117=284 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.07% from 284); Green value is 39 (15.62% from 255 or 13.73% from 284); Blue value is 117 (46.09% from 255 or 41.20% from 284); Max value from RGB is 128 - color contains mainly: red. Hex color #802775 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802775 is #7FD88A. Grayscale: #4A4A4A. Windows color (decimal): -8378507 or 7677824. OLE color: 7677824.

HSL color Cylindrical-coordinate representation of color #802775: hue angle of 307.42º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #802775 is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB12839117-
CMYK00.700.090.50
HSL307.42º53.29%32.75%-
HSV(B)307.42º69.53%50.2%-
XYZ12.847.3217.57-
YUV74.5151.99166.16-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.07%
GREEN value IS 39 (15.62% from 255) = 13.73%
BLUE value IS 117 (46.09% from 255) = 41.20%
R=45.07%
G=13.73%
B=41.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.09
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1283911700.700.090.50307.4253.2932.75
Hex8027750469321333521
Octal20047165010611624636541
Binary100000001001111110101010001101001110010100110011110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802775; }

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

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

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

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

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

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

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

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