#800B6A

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

Shades of Dark Purple #800B6A

Tints of Dark Purple #800B6A

Color information

#800B6A (or 0x800B6A) is unknown color: approx Dark Purple. HEX triplet: 80, 0B and 6A. RGB value is (128,11,106). Sum of RGB (Red+Green+Blue) = 128+11+106=245 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.24% from 245); Green value is 11 (4.69% from 255 or 4.49% from 245); Blue value is 106 (41.80% from 255 or 43.27% from 245); Max value from RGB is 128 - color contains mainly: red. Hex color #800B6A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800B6A is #7FF495. Grayscale: #383838. Windows color (decimal): -8385686 or 6949760. OLE color: 6949760.

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

Color convert

RGB12811106-
CMYK00.910.170.50
HSL311.28º84.17%27.25%-
HSV(B)311.28º91.41%50.2%-
XYZ11.625.8714.16-
YUV56.81155.76178.78-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 52.24%
GREEN value IS 11 (4.69% from 255) = 4.49%
BLUE value IS 106 (41.80% from 255) = 43.27%
R=52.24%
G=4.49%
B=43.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.17
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281110600.910.170.50311.2884.1727.25
Hex80B6A05B1132137541b
Octal200131520133216246712433
Binary10000000101111010100101101110001110010100110111101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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