Html Css Color HEX #7E0E95 Dark Magenta

📋 copy color: '#7E0E95'

red 126 ◦ green 14 ◦ blue 149

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

Shades of Dark Magenta #7E0E95

Tints of Dark Magenta #7E0E95

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.84%

 BLUE value IS 149 (58.59% from 255) = 51.56%

R = 43.6%
G = 4.84%
B = 51.56%

CMYK

 C value IS 0.15

 M value IS 0.91

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7E0E95 (or 0x7E0E95) is known color: Dark Magenta. HEX triplet: 7E, 0E and 95. RGB value is (126,14,149). Sum of RGB (Red+Green+Blue) = 126+14+149=289 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.60% from 289); Green value is 14 (5.86% from 255 or 4.84% from 289); Blue value is 149 (58.59% from 255 or 51.56% from 289); Max value from RGB is 149 - color contains mainly: blue. Hex color #7E0E95 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E0E95 is #81F16A. Grayscale: #3E3E3E. Windows color (decimal): -8515947 or 9768574. OLE color: 9768574.

HSL color Cylindrical-coordinate representation of color #7E0E95: hue angle of 289.78º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7E0E95 is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 126 14 149 -
CMYK 0.15 0.91 0 0.42
HSL 289.78º 0.83% 0.32% -
HSV(B) 289.78º 0.91% 0.58% -
XYZ 14.19 6.92 29.02 -
YUV 62.88 176.61 173.02 -
System Red Green Blue C M Y K H S L
Decimal 126 14 149 0.15 0.91 0 0.42 289.78 0.83 0.32
Hex 7E E 95 F 5B 0 2A 122 53 20
Octal 176 16 225 17 133 0 52 442 123 40
Binary 1111110 1110 10010101 1111 1011011 0 101010 100100010 1010011 100000

Color Harmonies of #7E0E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E0E95

Black with #7E0E95

Text Example


Text Example

White with #7E0E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,14,149); }

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

background-color css

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

 a { background-color: rgb(126,14,149); }

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

border-color css

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

 span { border-color: rgb(126,14,149); }

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