#7C0296

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

Shades of Dark Magenta #7C0296

Tints of Dark Magenta #7C0296

Color information

#7C0296 (or 0x7C0296) is unknown color: approx Dark Magenta. HEX triplet: 7C, 02 and 96. RGB value is (124,2,150). Sum of RGB (Red+Green+Blue) = 124+2+150=276 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.93% from 276); Green value is 2 (1.17% from 255 or 0.72% from 276); Blue value is 150 (58.98% from 255 or 54.35% from 276); Max value from RGB is 150 - color contains mainly: blue. Hex color #7C0296 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C0296 is #83FD69. Grayscale: #363636. Windows color (decimal): -8650090 or 9831036. OLE color: 9831036.

HSL color Cylindrical-coordinate representation of color #7C0296: hue angle of 289.46º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7C0296 is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1242150-
CMYK0.170.9900.41
HSL289.46º97.37%29.8%-
HSV(B)289.46º98.67%58.82%-
XYZ13.846.5329.39-
YUV55.35181.42176.97-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 44.93%
GREEN value IS 2 (1.17% from 255) = 0.72%
BLUE value IS 150 (58.98% from 255) = 54.35%
R=44.93%
G=0.72%
B=54.35%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal12421500.170.9900.41289.4697.3729.8
Hex7C2961163029121611e
Octal17422262114305144114136
Binary111110010100101101000111000110101001100100001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,2,150); }

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

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

 a { background-color: rgb(124,2,150); }

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

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

 span { border-color: rgb(124,2,150); }

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