#7C008F

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

Shades of Dark Magenta #7C008F

Tints of Dark Magenta #7C008F

Color information

#7C008F (or 0x7C008F) is unknown color: approx Dark Magenta. HEX triplet: 7C, 00 and 8F. RGB value is (124,0,143). Sum of RGB (Red+Green+Blue) = 124+0+143=267 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.44% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 143 (56.25% from 255 or 53.56% from 267); Max value from RGB is 143 - color contains mainly: blue. Hex color #7C008F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C008F is #83FF70. Grayscale: #343434. Windows color (decimal): -8650609 or 9371772. OLE color: 9371772.

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

Color convert

RGB1240143-
CMYK0.13100.44
HSL292.03º100%28.04%-
HSV(B)292.03º100%56.08%-
XYZ13.276.2726.5-
YUV53.38178.58178.37-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 46.44%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 143 (56.25% from 255) = 53.56%
R=46.44%
G=0%
B=53.56%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal12401430.13100.44292.0310028.04
Hex7C08FD6402C124641c
Octal17402171514405444414434
Binary1111100010001111110111001000101100100100100110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C008F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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