#800792

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

Shades of Dark Magenta #800792

Tints of Dark Magenta #800792

Color information

#800792 (or 0x800792) is unknown color: approx Dark Magenta. HEX triplet: 80, 07 and 92. RGB value is (128,7,146). Sum of RGB (Red+Green+Blue) = 128+7+146=281 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.55% from 281); Green value is 7 (3.12% from 255 or 2.49% from 281); Blue value is 146 (57.42% from 255 or 51.96% from 281); Max value from RGB is 146 - color contains mainly: blue. Hex color #800792 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800792 is #7FF86D. Grayscale: #3A3A3A. Windows color (decimal): -8386670 or 9570176. OLE color: 9570176.

HSL color Cylindrical-coordinate representation of color #800792: hue angle of 292.23º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #800792 is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1287146-
CMYK0.120.9500.43
HSL292.23º90.85%30%-
HSV(B)292.23º95.21%57.25%-
XYZ14.176.8227.76-
YUV59.03177.09177.2-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.55%
GREEN value IS 7 (3.12% from 255) = 2.49%
BLUE value IS 146 (57.42% from 255) = 51.96%
R=45.55%
G=2.49%
B=51.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal12871460.120.9500.43292.2390.8530
Hex80792C5F02B1245b1e
Octal20072221413705344413336
Binary1000000011110010010110010111110101011100100100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800792; }

 p { color: rgb(128,7,146); }

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

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

 a { background-color: rgb(128,7,146); }

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

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

 span { border-color: rgb(128,7,146); }

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