Html Css Color HEX #7E0B92 Dark Magenta

📋 copy color: '#7E0B92'

red 126 ◦ green 11 ◦ blue 146

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

Shades of Dark Magenta #7E0B92

Tints of Dark Magenta #7E0B92

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.89%

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

R = 44.52%
G = 3.89%
B = 51.59%

CMYK

 C value IS 0.14

 M value IS 0.92

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7E0B92 (or 0x7E0B92) is known color: Dark Magenta. HEX triplet: 7E, 0B and 92. RGB value is (126,11,146). Sum of RGB (Red+Green+Blue) = 126+11+146=283 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.52% from 283); Green value is 11 (4.69% from 255 or 3.89% from 283); Blue value is 146 (57.42% from 255 or 51.59% from 283); Max value from RGB is 146 - color contains mainly: blue. Hex color #7E0B92 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E0B92 is #81F46D. Grayscale: #3C3C3C. Windows color (decimal): -8516718 or 9571198. OLE color: 9571198.

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

Color convert

RGB 126 11 146 -
CMYK 0.14 0.92 0 0.43
HSL 291.11º 0.86% 0.31% -
HSV(B) 291.11º 0.92% 0.57% -
XYZ 13.91 6.75 27.76 -
YUV 60.78 176.1 174.52 -
System Red Green Blue C M Y K H S L
Decimal 126 11 146 0.14 0.92 0 0.43 291.11 0.86 0.31
Hex 7E B 92 E 5C 0 2B 123 56 1F
Octal 176 13 222 16 134 0 53 443 126 37
Binary 1111110 1011 10010010 1110 1011100 0 101011 100100011 1010110 11111

Color Harmonies of #7E0B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E0B92

Black with #7E0B92

Text Example


Text Example

White with #7E0B92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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