Html Css Color HEX #7E0B9D Dark Magenta

📋 copy color: '#7E0B9D'

red 126 ◦ green 11 ◦ blue 157

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

Shades of Dark Magenta #7E0B9D

Tints of Dark Magenta #7E0B9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 53.4%

R = 42.86%
G = 3.74%
B = 53.4%

CMYK

 C value IS 0.20

 M value IS 0.93

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7E0B9D (or 0x7E0B9D) is known color: Dark Magenta. HEX triplet: 7E, 0B and 9D. RGB value is (126,11,157). Sum of RGB (Red+Green+Blue) = 126+11+157=294 (38% of max value = 765). Red value is 126 (49.61% from 255 or 42.86% from 294); Green value is 11 (4.69% from 255 or 3.74% from 294); Blue value is 157 (61.72% from 255 or 53.40% from 294); Max value from RGB is 157 - color contains mainly: blue. Hex color #7E0B9D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E0B9D is #81F462. Grayscale: #3D3D3D. Windows color (decimal): -8516707 or 10292094. OLE color: 10292094.

HSL color Cylindrical-coordinate representation of color #7E0B9D: hue angle of 287.26º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7E0B9D is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 126 11 157 -
CMYK 0.20 0.93 0 0.38
HSL 287.26º 0.87% 0.33% -
HSV(B) 287.26º 0.93% 0.62% -
XYZ 14.81 7.11 32.49 -
YUV 62.03 181.6 173.63 -
System Red Green Blue C M Y K H S L
Decimal 126 11 157 0.20 0.93 0 0.38 287.26 0.87 0.33
Hex 7E B 9D 14 5D 0 26 11F 57 21
Octal 176 13 235 24 135 0 46 437 127 41
Binary 1111110 1011 10011101 10100 1011101 0 100110 100011111 1010111 100001

Color Harmonies of #7E0B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E0B9D

Black with #7E0B9D

Text Example


Text Example

White with #7E0B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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