#800c70

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

Shades of Dark Purple #800C70

Tints of Dark Purple #800C70

Color information

#800C70 (or 0x800C70) is unknown color: approx Dark Purple. HEX triplet: 80, 0C and 70. RGB value is (128,12,112). Sum of RGB (Red+Green+Blue) = 128+12+112=252 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.79% from 252); Green value is 12 (5.08% from 255 or 4.76% from 252); Blue value is 112 (44.14% from 255 or 44.44% from 252); Max value from RGB is 128 - color contains mainly: red. Hex color #800C70 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800C70 is #7FF38F. Grayscale: #393939. Windows color (decimal): -8385424 or 7343232. OLE color: 7343232.

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

Color convert

RGB12812112-
CMYK00.910.120.50
HSL308.28º82.86%27.45%-
HSV(B)308.28º90.62%50.2%-
XYZ11.966.0215.86-
YUV58.08158.43177.87-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 50.79%
GREEN value IS 12 (5.08% from 255) = 4.76%
BLUE value IS 112 (44.14% from 255) = 44.44%
R=50.79%
G=4.76%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.12
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281211200.910.120.50308.2882.8627.45
Hex80C7005BC32134531b
Octal200141600133146246412333
Binary1000000011001110000010110111100110010100110100101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800c70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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