#800B7D

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

Shades of Purple #800B7D

Tints of Purple #800B7D

Color information

#800B7D (or 0x800B7D) is unknown color: approx Purple. HEX triplet: 80, 0B and 7D. RGB value is (128,11,125). Sum of RGB (Red+Green+Blue) = 128+11+125=264 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.48% from 264); Green value is 11 (4.69% from 255 or 4.17% from 264); Blue value is 125 (49.22% from 255 or 47.35% from 264); Max value from RGB is 128 - color contains mainly: red. Hex color #800B7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800B7D is #7FF482. Grayscale: #3A3A3A. Windows color (decimal): -8385667 or 8194944. OLE color: 8194944.

HSL color Cylindrical-coordinate representation of color #800B7D: hue angle of 301.54º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #800B7D is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB12811125-
CMYK00.910.020.50
HSL301.54º84.17%27.25%-
HSV(B)301.54º91.41%50.2%-
XYZ12.726.3119.95-
YUV58.98165.26177.23-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 48.48%
GREEN value IS 11 (4.69% from 255) = 4.17%
BLUE value IS 125 (49.22% from 255) = 47.35%
R=48.48%
G=4.17%
B=47.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.02
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281112500.910.020.50301.5484.1727.25
Hex80B7D05B23212e541b
Octal20013175013326245612433
Binary10000000101111111010101101110110010100101110101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,11,125); }

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

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

 a { background-color: rgb(128,11,125); }

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

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

 span { border-color: rgb(128,11,125); }

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