#801792

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

Shades of Dark Magenta #801792

Tints of Dark Magenta #801792

Color information

#801792 (or 0x801792) is unknown color: approx Dark Magenta. HEX triplet: 80, 17 and 92. RGB value is (128,23,146). Sum of RGB (Red+Green+Blue) = 128+23+146=297 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.10% from 297); Green value is 23 (9.38% from 255 or 7.74% from 297); Blue value is 146 (57.42% from 255 or 49.16% from 297); Max value from RGB is 146 - color contains mainly: blue. Hex color #801792 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801792 is #7FE86D. Grayscale: #444444. Windows color (decimal): -8382574 or 9574272. OLE color: 9574272.

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

Color convert

RGB12823146-
CMYK0.120.8400.43
HSL291.22º72.78%33.14%-
HSV(B)291.22º84.25%57.25%-
XYZ14.47.2827.84-
YUV68.42171.79170.5-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.10%
GREEN value IS 23 (9.38% from 255) = 7.74%
BLUE value IS 146 (57.42% from 255) = 49.16%
R=43.10%
G=7.74%
B=49.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal128231460.120.8400.43291.2272.7833.14
Hex801792C5402B1234921
Octal200272221412405344311141
Binary1000000010111100100101100101010001010111001000111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801792; }

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

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

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

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

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

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

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

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