Html Css Color HEX #7C1692 Dark Magenta

📋 copy color: '#7C1692'

red 124 ◦ green 22 ◦ blue 146

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

Shades of Dark Magenta #7C1692

Tints of Dark Magenta #7C1692

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.53%

 BLUE value IS 146 (57.42% from 255) = 50%

R = 42.47%
G = 7.53%
B = 50%

CMYK

 C value IS 0.15

 M value IS 0.85

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7C1692 (or 0x7C1692) is known color: Dark Magenta. HEX triplet: 7C, 16 and 92. RGB value is (124,22,146). Sum of RGB (Red+Green+Blue) = 124+22+146=292 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.47% from 292); Green value is 22 (8.98% from 255 or 7.53% from 292); Blue value is 146 (57.42% from 255 or 50% from 292); Max value from RGB is 146 - color contains mainly: blue. Hex color #7C1692 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C1692 is #83E96D. Grayscale: #424242. Windows color (decimal): -8644974 or 9574012. OLE color: 9574012.

HSL color Cylindrical-coordinate representation of color #7C1692: hue angle of 289.35º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7C1692 is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 124 22 146 -
CMYK 0.15 0.85 0 0.43
HSL 289.35º 0.74% 0.33% -
HSV(B) 289.35º 0.85% 0.57% -
XYZ 13.79 6.93 27.81 -
YUV 66.63 172.79 168.92 -
System Red Green Blue C M Y K H S L
Decimal 124 22 146 0.15 0.85 0 0.43 289.35 0.74 0.33
Hex 7C 16 92 F 55 0 2B 121 4A 21
Octal 174 26 222 17 125 0 53 441 112 41
Binary 1111100 10110 10010010 1111 1010101 0 101011 100100001 1001010 100001

Color Harmonies of #7C1692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1692

Black with #7C1692

Text Example


Text Example

White with #7C1692

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,22,146); }

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

background-color css

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

 a { background-color: rgb(124,22,146); }

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

border-color css

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

 span { border-color: rgb(124,22,146); }

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