#800D78

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

Shades of Purple #800D78

Tints of Purple #800D78

Color information

#800D78 (or 0x800D78) is unknown color: approx Purple. HEX triplet: 80, 0D and 78. RGB value is (128,13,120). Sum of RGB (Red+Green+Blue) = 128+13+120=261 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.04% from 261); Green value is 13 (5.47% from 255 or 4.98% from 261); Blue value is 120 (47.27% from 255 or 45.98% from 261); Max value from RGB is 128 - color contains mainly: red. Hex color #800D78 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800D78 is #7FF287. Grayscale: #3B3B3B. Windows color (decimal): -8385160 or 7867776. OLE color: 7867776.

HSL color Cylindrical-coordinate representation of color #800D78: hue angle of 304.17º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #800D78 is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.50.

Color convert

RGB12813120-
CMYK00.900.060.50
HSL304.17º81.56%27.65%-
HSV(B)304.17º89.84%50.2%-
XYZ12.446.2318.32-
YUV59.58162.1176.8-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 49.04%
GREEN value IS 13 (5.47% from 255) = 4.98%
BLUE value IS 120 (47.27% from 255) = 45.98%
R=49.04%
G=4.98%
B=45.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.06
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281312000.900.060.50304.1781.5627.65
Hex80D7805A632130521c
Octal20015170013266246012234
Binary100000001101111100001011010110110010100110000101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800D78; }

 p { color: rgb(128,13,120); }

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

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

 a { background-color: rgb(128,13,120); }

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

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

 span { border-color: rgb(128,13,120); }

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