Html Css Color HEX #7C11A7 Dark Magenta

📋 copy color: '#7C11A7'

red 124 ◦ green 17 ◦ blue 167

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

Shades of Dark Magenta #7C11A7

Tints of Dark Magenta #7C11A7

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.52%

 BLUE value IS 167 (65.63% from 255) = 54.22%

R = 40.26%
G = 5.52%
B = 54.22%

CMYK

 C value IS 0.26

 M value IS 0.90

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7C11A7 (or 0x7C11A7) is known color: Dark Magenta. HEX triplet: 7C, 11 and A7. RGB value is (124,17,167). Sum of RGB (Red+Green+Blue) = 124+17+167=308 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.26% from 308); Green value is 17 (7.03% from 255 or 5.52% from 308); Blue value is 167 (65.62% from 255 or 54.22% from 308); Max value from RGB is 167 - color contains mainly: blue. Hex color #7C11A7 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C11A7 is #83EE58. Grayscale: #414141. Windows color (decimal): -8646233 or 10948988. OLE color: 10948988.

HSL color Cylindrical-coordinate representation of color #7C11A7: hue angle of 282.8º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7C11A7 is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 124 17 167 -
CMYK 0.26 0.90 0 0.35
HSL 282.8º 0.82% 0.36% -
HSV(B) 282.8º 0.9% 0.65% -
XYZ 15.49 7.48 37.19 -
YUV 66.09 184.95 169.3 -
System Red Green Blue C M Y K H S L
Decimal 124 17 167 0.26 0.90 0 0.35 282.8 0.82 0.36
Hex 7C 11 A7 1A 5A 0 23 11B 52 24
Octal 174 21 247 32 132 0 43 433 122 44
Binary 1111100 10001 10100111 11010 1011010 0 100011 100011011 1010010 100100

Color Harmonies of #7C11A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C11A7

Black with #7C11A7

Text Example


Text Example

White with #7C11A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,17,167); }

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

background-color css

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

 a { background-color: rgb(124,17,167); }

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

border-color css

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

 span { border-color: rgb(124,17,167); }

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