Html Css Color HEX #7E1793 Dark Magenta

📋 copy color: '#7E1793'

red 126 ◦ green 23 ◦ blue 147

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

Shades of Dark Magenta #7E1793

Tints of Dark Magenta #7E1793

RGB

 RED value IS 126 (49.61% from 255) = 42.57%

 GREEN value IS 23 (9.38% from 255) = 7.77%

 BLUE value IS 147 (57.81% from 255) = 49.66%

R = 42.57%
G = 7.77%
B = 49.66%

CMYK

 C value IS 0.14

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7E1793 (or 0x7E1793) is known color: Dark Magenta. HEX triplet: 7E, 17 and 93. RGB value is (126,23,147). Sum of RGB (Red+Green+Blue) = 126+23+147=296 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.57% from 296); Green value is 23 (9.38% from 255 or 7.77% from 296); Blue value is 147 (57.81% from 255 or 49.66% from 296); Max value from RGB is 147 - color contains mainly: blue. Hex color #7E1793 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E1793 is #81E86C. Grayscale: #434343. Windows color (decimal): -8513645 or 9639806. OLE color: 9639806.

HSL color Cylindrical-coordinate representation of color #7E1793: hue angle of 289.84º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7E1793 is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 126 23 147 -
CMYK 0.14 0.84 0 0.42
HSL 289.84º 0.73% 0.33% -
HSV(B) 289.84º 0.84% 0.58% -
XYZ 14.18 7.15 28.24 -
YUV 67.93 172.62 169.42 -
System Red Green Blue C M Y K H S L
Decimal 126 23 147 0.14 0.84 0 0.42 289.84 0.73 0.33
Hex 7E 17 93 E 54 0 2A 122 49 21
Octal 176 27 223 16 124 0 52 442 111 41
Binary 1111110 10111 10010011 1110 1010100 0 101010 100100010 1001001 100001

Color Harmonies of #7E1793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E1793

Black with #7E1793

Text Example


Text Example

White with #7E1793

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,23,147); }

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

background-color css

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

 a { background-color: rgb(126,23,147); }

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

border-color css

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

 span { border-color: rgb(126,23,147); }

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