#7C019B

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

Shades of Dark Magenta #7C019B

Tints of Dark Magenta #7C019B

Color information

#7C019B (or 0x7C019B) is unknown color: approx Dark Magenta. HEX triplet: 7C, 01 and 9B. RGB value is (124,1,155). Sum of RGB (Red+Green+Blue) = 124+1+155=280 (37% of max value = 765). Red value is 124 (48.83% from 255 or 44.29% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 155 (60.94% from 255 or 55.36% from 280); Max value from RGB is 155 - color contains mainly: blue. Hex color #7C019B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C019B is #83FE64. Grayscale: #363636. Windows color (decimal): -8650341 or 10158460. OLE color: 10158460.

HSL color Cylindrical-coordinate representation of color #7C019B: hue angle of 287.92º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7C019B is Cyan = 0.2, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1241155-
CMYK0.20.9900.39
HSL287.92º98.72%30.59%-
HSV(B)287.92º99.35%60.78%-
XYZ14.246.6731.55-
YUV55.33184.25176.98-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 44.29%
GREEN value IS 1 (0.78% from 255) = 0.36%
BLUE value IS 155 (60.94% from 255) = 55.36%
R=44.29%
G=0.36%
B=55.36%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal12411550.20.9900.39287.9298.7230.59
Hex7C19B1463027120631f
Octal17412332414304744014337
Binary11111001100110111010011000110100111100100000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C019B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,1,155); }

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

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

 a { background-color: rgb(124,1,155); }

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

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

 span { border-color: rgb(124,1,155); }

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