#7C0D92

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

Shades of Dark Magenta #7C0D92

Tints of Dark Magenta #7C0D92

Color information

#7C0D92 (or 0x7C0D92) is unknown color: approx Dark Magenta. HEX triplet: 7C, 0D and 92. RGB value is (124,13,146). Sum of RGB (Red+Green+Blue) = 124+13+146=283 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.82% from 283); Green value is 13 (5.47% from 255 or 4.59% from 283); Blue value is 146 (57.42% from 255 or 51.59% from 283); Max value from RGB is 146 - color contains mainly: blue. Hex color #7C0D92 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C0D92 is #83F26D. Grayscale: #3C3C3C. Windows color (decimal): -8647278 or 9571708. OLE color: 9571708.

HSL color Cylindrical-coordinate representation of color #7C0D92: hue angle of 290.08º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7C0D92 is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12413146-
CMYK0.150.9100.43
HSL290.08º83.65%31.18%-
HSV(B)290.08º91.1%57.25%-
XYZ13.646.6527.76-
YUV61.35175.77172.69-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.82%
GREEN value IS 13 (5.47% from 255) = 4.59%
BLUE value IS 146 (57.42% from 255) = 51.59%
R=43.82%
G=4.59%
B=51.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal124131460.150.9100.43290.0883.6531.18
Hex7CD92F5B02B122541f
Octal174152221713305344212437
Binary1111100110110010010111110110110101011100100010101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,13,146); }

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

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

 a { background-color: rgb(124,13,146); }

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

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

 span { border-color: rgb(124,13,146); }

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