#800B74

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

Shades of Purple #800B74

Tints of Purple #800B74

Color information

#800B74 (or 0x800B74) is unknown color: approx Purple. HEX triplet: 80, 0B and 74. RGB value is (128,11,116). Sum of RGB (Red+Green+Blue) = 128+11+116=255 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.20% from 255); Green value is 11 (4.69% from 255 or 4.31% from 255); Blue value is 116 (45.70% from 255 or 45.49% from 255); Max value from RGB is 128 - color contains mainly: red. Hex color #800B74 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800B74 is #7FF48B. Grayscale: #393939. Windows color (decimal): -8385676 or 7605120. OLE color: 7605120.

HSL color Cylindrical-coordinate representation of color #800B74: hue angle of 306.15º 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 #800B74 is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB12811116-
CMYK00.910.090.50
HSL306.15º84.17%27.25%-
HSV(B)306.15º91.41%50.2%-
XYZ12.176.0917.06-
YUV57.95160.76177.96-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 50.20%
GREEN value IS 11 (4.69% from 255) = 4.31%
BLUE value IS 116 (45.70% from 255) = 45.49%
R=50.20%
G=4.31%
B=45.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.09
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281111600.910.090.50306.1584.1727.25
Hex80B7405B932132541b
Octal200131640133116246212433
Binary1000000010111110100010110111001110010100110010101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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