Html Css Color HEX #7C0CAC Dark Magenta

📋 copy color: '#7C0CAC'

red 124 ◦ green 12 ◦ blue 172

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

Shades of Dark Magenta #7C0CAC

Tints of Dark Magenta #7C0CAC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.9%

 BLUE value IS 172 (67.58% from 255) = 55.84%

R = 40.26%
G = 3.9%
B = 55.84%

CMYK

 C value IS 0.28

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7C0CAC (or 0x7C0CAC) is known color: Dark Magenta. HEX triplet: 7C, 0C and AC. RGB value is (124,12,172). Sum of RGB (Red+Green+Blue) = 124+12+172=308 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.26% from 308); Green value is 12 (5.08% from 255 or 3.90% from 308); Blue value is 172 (67.58% from 255 or 55.84% from 308); Max value from RGB is 172 - color contains mainly: blue. Hex color #7C0CAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C0CAC is #83F353. Grayscale: #3F3F3F. Windows color (decimal): -8647508 or 11275388. OLE color: 11275388.

HSL color Cylindrical-coordinate representation of color #7C0CAC: hue angle of 282º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7C0CAC is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 124 12 172 -
CMYK 0.28 0.93 0 0.33
HSL 282º 0.87% 0.36% -
HSV(B) 282º 0.93% 0.67% -
XYZ 15.89 7.53 39.65 -
YUV 63.73 189.11 170.99 -
System Red Green Blue C M Y K H S L
Decimal 124 12 172 0.28 0.93 0 0.33 282 0.87 0.36
Hex 7C C AC 1C 5D 0 21 11A 57 24
Octal 174 14 254 34 135 0 41 432 127 44
Binary 1111100 1100 10101100 11100 1011101 0 100001 100011010 1010111 100100

Color Harmonies of #7C0CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0CAC

Black with #7C0CAC

Text Example


Text Example

White with #7C0CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,12,172); }

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

background-color css

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

 a { background-color: rgb(124,12,172); }

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

border-color css

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

 span { border-color: rgb(124,12,172); }

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