Html Css Color HEX #7E198D Dark Magenta

📋 copy color: '#7E198D'

red 126 ◦ green 25 ◦ blue 141

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

Shades of Dark Magenta #7E198D

Tints of Dark Magenta #7E198D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.56%

 BLUE value IS 141 (55.47% from 255) = 48.29%

R = 43.15%
G = 8.56%
B = 48.29%

CMYK

 C value IS 0.11

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7E198D (or 0x7E198D) is known color: Dark Magenta. HEX triplet: 7E, 19 and 8D. RGB value is (126,25,141). Sum of RGB (Red+Green+Blue) = 126+25+141=292 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.15% from 292); Green value is 25 (10.16% from 255 or 8.56% from 292); Blue value is 141 (55.47% from 255 or 48.29% from 292); Max value from RGB is 141 - color contains mainly: blue. Hex color #7E198D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E198D is #81E672. Grayscale: #444444. Windows color (decimal): -8513139 or 9247102. OLE color: 9247102.

HSL color Cylindrical-coordinate representation of color #7E198D: hue angle of 292.24º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7E198D is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 126 25 141 -
CMYK 0.11 0.82 0 0.45
HSL 292.24º 0.7% 0.33% -
HSV(B) 292.24º 0.82% 0.55% -
XYZ 13.76 7.05 25.84 -
YUV 68.42 168.96 169.07 -
System Red Green Blue C M Y K H S L
Decimal 126 25 141 0.11 0.82 0 0.45 292.24 0.7 0.33
Hex 7E 19 8D B 52 0 2D 124 46 21
Octal 176 31 215 13 122 0 55 444 106 41
Binary 1111110 11001 10001101 1011 1010010 0 101101 100100100 1000110 100001

Color Harmonies of #7E198D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E198D

Black with #7E198D

Text Example


Text Example

White with #7E198D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,25,141); }

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

background-color css

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

 a { background-color: rgb(126,25,141); }

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

border-color css

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

 span { border-color: rgb(126,25,141); }

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