#7C1695

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

Shades of Dark Magenta #7C1695

Tints of Dark Magenta #7C1695

Color information

#7C1695 (or 0x7C1695) is unknown color: approx Dark Magenta. HEX triplet: 7C, 16 and 95. RGB value is (124,22,149). Sum of RGB (Red+Green+Blue) = 124+22+149=295 (39% of max value = 765). Red value is 124 (48.83% from 255 or 42.03% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 149 (58.59% from 255 or 50.51% from 295); Max value from RGB is 149 - color contains mainly: blue. Hex color #7C1695 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C1695 is #83E96A. Grayscale: #424242. Windows color (decimal): -8644971 or 9770620. OLE color: 9770620.

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

Color convert

RGB12422149-
CMYK0.170.8500.42
HSL288.19º74.27%33.53%-
HSV(B)288.19º85.23%58.43%-
XYZ14.027.0329.05-
YUV66.98174.29168.67-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 42.03%
GREEN value IS 22 (8.98% from 255) = 7.46%
BLUE value IS 149 (58.59% from 255) = 50.51%
R=42.03%
G=7.46%
B=50.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal124221490.170.8500.42288.1974.2733.53
Hex7C1695115502A1204a22
Octal174262252112505244011242
Binary1111100101101001010110001101010101010101001000001001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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