Html Css Color HEX #7C018F Dark Magenta

📋 copy color: '#7C018F'

red 124 ◦ green 1 ◦ blue 143

#7C018F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #7C018F

Tints of Dark Magenta #7C018F

RGB

 RED value IS 124 (48.83% from 255) = 46.27%

 GREEN value IS 1 (0.78% from 255) = 0.37%

 BLUE value IS 143 (56.25% from 255) = 53.36%

R = 46.27%
G = 0.37%
B = 53.36%

CMYK

 C value IS 0.13

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7C018F (or 0x7C018F) is known color: Dark Magenta. HEX triplet: 7C, 01 and 8F. RGB value is (124,1,143). Sum of RGB (Red+Green+Blue) = 124+1+143=268 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.27% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 143 (56.25% from 255 or 53.36% from 268); Max value from RGB is 143 - color contains mainly: blue. Hex color #7C018F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C018F is #83FE70. Grayscale: #353535. Windows color (decimal): -8650353 or 9372028. OLE color: 9372028.

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

Color convert

RGB 124 1 143 -
CMYK 0.13 0.99 0 0.44
HSL 291.97º 0.99% 0.28% -
HSV(B) 291.97º 0.99% 0.56% -
XYZ 13.28 6.29 26.5 -
YUV 53.97 178.25 177.95 -
System Red Green Blue C M Y K H S L
Decimal 124 1 143 0.13 0.99 0 0.44 291.97 0.99 0.28
Hex 7C 1 8F D 63 0 2C 124 63 1C
Octal 174 1 217 15 143 0 54 444 143 34
Binary 1111100 1 10001111 1101 1100011 0 101100 100100100 1100011 11100

Color Harmonies of #7C018F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C018F

Black with #7C018F

Text Example


Text Example

White with #7C018F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7C018F;
 }
 .AnyTagClassName
 {
   color: #7C018F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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