#7C1495

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

Shades of Dark Magenta #7C1495

Tints of Dark Magenta #7C1495

Color information

#7C1495 (or 0x7C1495) is unknown color: approx Dark Magenta. HEX triplet: 7C, 14 and 95. RGB value is (124,20,149). Sum of RGB (Red+Green+Blue) = 124+20+149=293 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.32% from 293); Green value is 20 (8.20% from 255 or 6.83% from 293); Blue value is 149 (58.59% from 255 or 50.85% from 293); Max value from RGB is 149 - color contains mainly: blue. Hex color #7C1495 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C1495 is #83EB6A. Grayscale: #414141. Windows color (decimal): -8645483 or 9770108. OLE color: 9770108.

HSL color Cylindrical-coordinate representation of color #7C1495: hue angle of 288.37º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7C1495 is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12420149-
CMYK0.170.8700.42
HSL288.37º76.33%33.14%-
HSV(B)288.37º86.58%58.43%-
XYZ13.996.9629.04-
YUV65.8174.96169.51-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 42.32%
GREEN value IS 20 (8.20% from 255) = 6.83%
BLUE value IS 149 (58.59% from 255) = 50.85%
R=42.32%
G=6.83%
B=50.85%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal124201490.170.8700.42288.3776.3333.14
Hex7C1495115702A1204c21
Octal174242252112705244011441
Binary1111100101001001010110001101011101010101001000001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,20,149); }

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

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

 a { background-color: rgb(124,20,149); }

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

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

 span { border-color: rgb(124,20,149); }

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