Html Css Color HEX #7E0892 Dark Magenta

📋 copy color: '#7E0892'

red 126 ◦ green 8 ◦ blue 146

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

Shades of Dark Magenta #7E0892

Tints of Dark Magenta #7E0892

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.86%

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

R = 45%
G = 2.86%
B = 52.14%

CMYK

 C value IS 0.14

 M value IS 0.95

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7E0892 (or 0x7E0892) is known color: Dark Magenta. HEX triplet: 7E, 08 and 92. RGB value is (126,8,146). Sum of RGB (Red+Green+Blue) = 126+8+146=280 (37% of max value = 765). Red value is 126 (49.61% from 255 or 45% from 280); Green value is 8 (3.52% from 255 or 2.86% from 280); Blue value is 146 (57.42% from 255 or 52.14% from 280); Max value from RGB is 146 - color contains mainly: blue. Hex color #7E0892 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E0892 is #81F76D. Grayscale: #3A3A3A. Windows color (decimal): -8517486 or 9570430. OLE color: 9570430.

HSL color Cylindrical-coordinate representation of color #7E0892: hue angle of 291.3º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7E0892 is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 126 8 146 -
CMYK 0.14 0.95 0 0.43
HSL 291.3º 0.9% 0.3% -
HSV(B) 291.3º 0.95% 0.57% -
XYZ 13.88 6.68 27.75 -
YUV 59.01 177.09 175.78 -
System Red Green Blue C M Y K H S L
Decimal 126 8 146 0.14 0.95 0 0.43 291.3 0.9 0.3
Hex 7E 8 92 E 5F 0 2B 123 5A 1E
Octal 176 10 222 16 137 0 53 443 132 36
Binary 1111110 1000 10010010 1110 1011111 0 101011 100100011 1011010 11110

Color Harmonies of #7E0892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E0892

Black with #7E0892

Text Example


Text Example

White with #7E0892

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,8,146); }

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

background-color css

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

 a { background-color: rgb(126,8,146); }

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

border-color css

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

 span { border-color: rgb(126,8,146); }

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