#800C6B

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

Shades of Dark Purple #800C6B

Tints of Dark Purple #800C6B

Color information

#800C6B (or 0x800C6B) is unknown color: approx Dark Purple. HEX triplet: 80, 0C and 6B. RGB value is (128,12,107). Sum of RGB (Red+Green+Blue) = 128+12+107=247 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.82% from 247); Green value is 12 (5.08% from 255 or 4.86% from 247); Blue value is 107 (42.19% from 255 or 43.32% from 247); Max value from RGB is 128 - color contains mainly: red. Hex color #800C6B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800C6B is #7FF394. Grayscale: #393939. Windows color (decimal): -8385429 or 7015552. OLE color: 7015552.

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

Color convert

RGB12812107-
CMYK00.910.160.50
HSL310.86º82.86%27.45%-
HSV(B)310.86º90.62%50.2%-
XYZ11.695.9114.44-
YUV57.51155.93178.28-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 51.82%
GREEN value IS 12 (5.08% from 255) = 4.86%
BLUE value IS 107 (42.19% from 255) = 43.32%
R=51.82%
G=4.86%
B=43.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281210700.910.160.50310.8682.8627.45
Hex80C6B05B1032137531b
Octal200141530133206246712333
Binary10000000110011010110101101110000110010100110111101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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