#7C138F

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

Shades of Dark Magenta #7C138F

Tints of Dark Magenta #7C138F

Color information

#7C138F (or 0x7C138F) is unknown color: approx Dark Magenta. HEX triplet: 7C, 13 and 8F. RGB value is (124,19,143). Sum of RGB (Red+Green+Blue) = 124+19+143=286 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.36% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 143 (56.25% from 255 or 50% from 286); Max value from RGB is 143 - color contains mainly: blue. Hex color #7C138F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C138F is #83EC70. Grayscale: #404040. Windows color (decimal): -8645745 or 9376636. OLE color: 9376636.

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

Color convert

RGB12419143-
CMYK0.130.8700.44
HSL290.81º76.54%31.76%-
HSV(B)290.81º86.71%56.08%-
XYZ13.56.7326.57-
YUV64.53172.29170.42-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.36%
GREEN value IS 19 (7.81% from 255) = 6.64%
BLUE value IS 143 (56.25% from 255) = 50%
R=43.36%
G=6.64%
B=50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal124191430.130.8700.44290.8176.5431.76
Hex7C138FD5702C1234d20
Octal174232171512705444311540
Binary111110010011100011111101101011101011001001000111001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C138F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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