#802779

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

Shades of Dark Purple #802779

Tints of Dark Purple #802779

Color information

#802779 (or 0x802779) is unknown color: approx Dark Purple. HEX triplet: 80, 27 and 79. RGB value is (128,39,121). Sum of RGB (Red+Green+Blue) = 128+39+121=288 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.44% from 288); Green value is 39 (15.62% from 255 or 13.54% from 288); Blue value is 121 (47.66% from 255 or 42.01% from 288); Max value from RGB is 128 - color contains mainly: red. Hex color #802779 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802779 is #7FD886. Grayscale: #4A4A4A. Windows color (decimal): -8378503 or 7939968. OLE color: 7939968.

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

Color convert

RGB12839121-
CMYK00.700.050.50
HSL304.72º53.29%32.75%-
HSV(B)304.72º69.53%50.2%-
XYZ13.087.4218.83-
YUV74.96153.99165.83-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.44%
GREEN value IS 39 (15.62% from 255) = 13.54%
BLUE value IS 121 (47.66% from 255) = 42.01%
R=44.44%
G=13.54%
B=42.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.05
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1283912100.700.050.50304.7253.2932.75
Hex8027790465321313521
Octal2004717101065624616541
Binary10000000100111111100101000110101110010100110001110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802779; }

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

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

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

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

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

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

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

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