#800a6b

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

Shades of Dark Purple #800A6B

Tints of Dark Purple #800A6B

Color information

#800A6B (or 0x800A6B) is unknown color: approx Dark Purple. HEX triplet: 80, 0A and 6B. RGB value is (128,10,107). Sum of RGB (Red+Green+Blue) = 128+10+107=245 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.24% from 245); Green value is 10 (4.30% from 255 or 4.08% from 245); Blue value is 107 (42.19% from 255 or 43.67% from 245); Max value from RGB is 128 - color contains mainly: red. Hex color #800A6B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800A6B is #7FF594. Grayscale: #383838. Windows color (decimal): -8385941 or 7015040. OLE color: 7015040.

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

Color convert

RGB12810107-
CMYK00.920.160.50
HSL310.68º85.51%27.06%-
HSV(B)310.68º92.19%50.2%-
XYZ11.665.8714.43-
YUV56.34156.59179.11-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 52.24%
GREEN value IS 10 (4.30% from 255) = 4.08%
BLUE value IS 107 (42.19% from 255) = 43.67%
R=52.24%
G=4.08%
B=43.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281010700.920.160.50310.6885.5127.06
Hex80A6B05C1032137561b
Octal200121530134206246712633
Binary10000000101011010110101110010000110010100110111101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800a6b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,10,107); }

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

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

 a { background-color: rgb(128,10,107); }

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

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

 span { border-color: rgb(128,10,107); }

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