#7C058F

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

Shades of Dark Magenta #7C058F

Tints of Dark Magenta #7C058F

Color information

#7C058F (or 0x7C058F) is unknown color: approx Dark Magenta. HEX triplet: 7C, 05 and 8F. RGB value is (124,5,143). Sum of RGB (Red+Green+Blue) = 124+5+143=272 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.59% from 272); Green value is 5 (2.34% from 255 or 1.84% from 272); Blue value is 143 (56.25% from 255 or 52.57% from 272); Max value from RGB is 143 - color contains mainly: blue. Hex color #7C058F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C058F is #83FA70. Grayscale: #373737. Windows color (decimal): -8649329 or 9373052. OLE color: 9373052.

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

Color convert

RGB1245143-
CMYK0.130.9700.44
HSL291.74º93.24%29.02%-
HSV(B)291.74º96.5%56.08%-
XYZ13.326.3826.52-
YUV56.31176.92176.28-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 45.59%
GREEN value IS 5 (2.34% from 255) = 1.84%
BLUE value IS 143 (56.25% from 255) = 52.57%
R=45.59%
G=1.84%
B=52.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal12451430.130.9700.44291.7493.2429.02
Hex7C58FD6102C1245d1d
Octal17452171514105444413535
Binary111110010110001111110111000010101100100100100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C058F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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