#7F0492

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

Shades of Dark Magenta #7F0492

Tints of Dark Magenta #7F0492

Color information

#7F0492 (or 0x7F0492) is unknown color: approx Dark Magenta. HEX triplet: 7F, 04 and 92. RGB value is (127,4,146). Sum of RGB (Red+Green+Blue) = 127+4+146=277 (36% of max value = 765). Red value is 127 (50% from 255 or 45.85% from 277); Green value is 4 (1.95% from 255 or 1.44% from 277); Blue value is 146 (57.42% from 255 or 52.71% from 277); Max value from RGB is 146 - color contains mainly: blue. Hex color #7F0492 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0492 is #80FB6D. Grayscale: #383838. Windows color (decimal): -8452974 or 9569407. OLE color: 9569407.

HSL color Cylindrical-coordinate representation of color #7F0492: hue angle of 291.97º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7F0492 is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1274146-
CMYK0.130.9700.43
HSL291.97º94.67%29.41%-
HSV(B)291.97º97.26%57.25%-
XYZ13.986.6727.75-
YUV56.96178.25177.95-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 45.85%
GREEN value IS 4 (1.95% from 255) = 1.44%
BLUE value IS 146 (57.42% from 255) = 52.71%
R=45.85%
G=1.44%
B=52.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal12741460.130.9700.43291.9794.6729.41
Hex7F492D6102B1245f1d
Octal17742221514105344413735
Binary111111110010010010110111000010101011100100100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F0492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F0492; }

 p { color: rgb(127,4,146); }

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

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

 a { background-color: rgb(127,4,146); }

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

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

 span { border-color: rgb(127,4,146); }

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