#7C168F

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

Shades of Dark Magenta #7C168F

Tints of Dark Magenta #7C168F

Color information

#7C168F (or 0x7C168F) is unknown color: approx Dark Magenta. HEX triplet: 7C, 16 and 8F. RGB value is (124,22,143). Sum of RGB (Red+Green+Blue) = 124+22+143=289 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.91% from 289); Green value is 22 (8.98% from 255 or 7.61% from 289); Blue value is 143 (56.25% from 255 or 49.48% from 289); Max value from RGB is 143 - color contains mainly: blue. Hex color #7C168F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C168F is #83E970. Grayscale: #414141. Windows color (decimal): -8644977 or 9377404. OLE color: 9377404.

HSL color Cylindrical-coordinate representation of color #7C168F: hue angle of 290.58º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7C168F is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12422143-
CMYK0.130.8500.44
HSL290.58º73.33%32.35%-
HSV(B)290.58º84.62%56.08%-
XYZ13.566.8426.59-
YUV66.29171.29169.16-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 42.91%
GREEN value IS 22 (8.98% from 255) = 7.61%
BLUE value IS 143 (56.25% from 255) = 49.48%
R=42.91%
G=7.61%
B=49.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal124221430.130.8500.44290.5873.3332.35
Hex7C168FD5502C1234920
Octal174262171512505444311140
Binary111110010110100011111101101010101011001001000111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C168F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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