Html Css Color HEX #7C008F Dark Magenta

📋 copy color: '#7C008F'

red 124 ◦ green 0 ◦ blue 143

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

Shades of Dark Magenta #7C008F

Tints of Dark Magenta #7C008F

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 value IS 0.13

 M value IS 1

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7C008F (or 0x7C008F) is known color: 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

RGB 124 0 143 -
CMYK 0.13 1 0 0.44
HSL 292.03º 1% 0.28% -
HSV(B) 292.03º 1% 0.56% -
XYZ 13.27 6.27 26.5 -
YUV 53.38 178.58 178.37 -
System Red Green Blue C M Y K H S L
Decimal 124 0 143 0.13 1 0 0.44 292.03 1 0.28
Hex 7C 0 8F D 64 0 2C 124 64 1C
Octal 174 0 217 15 144 0 54 444 144 34
Binary 1111100 0 10001111 1101 1100100 0 101100 100100100 1100100 11100

Color Harmonies of #7C008F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C008F

Black with #7C008F

Text Example


Text Example

White with #7C008F

Text Example


Text Example

HTML Codes & Css Web 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>