Html Css Color HEX #760E96 Dark Magenta

📋 copy color: '#760E96'

red 118 ◦ green 14 ◦ blue 150

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

Shades of Dark Magenta #760E96

Tints of Dark Magenta #760E96

RGB

 RED value IS 118 (46.48% from 255) = 41.84%

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

 BLUE value IS 150 (58.98% from 255) = 53.19%

R = 41.84%
G = 4.96%
B = 53.19%

CMYK

 C value IS 0.21

 M value IS 0.91

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#760E96 (or 0x760E96) is known color: Dark Magenta. HEX triplet: 76, 0E and 96. RGB value is (118,14,150). Sum of RGB (Red+Green+Blue) = 118+14+150=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 14 (5.86% from 255 or 4.96% from 282); Blue value is 150 (58.98% from 255 or 53.19% from 282); Max value from RGB is 150 - color contains mainly: blue. Hex color #760E96 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760E96 is #89F169. Grayscale: #3C3C3C. Windows color (decimal): -9040234 or 9834102. OLE color: 9834102.

HSL color Cylindrical-coordinate representation of color #760E96: hue angle of 285.88º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #760E96 is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 118 14 150 -
CMYK 0.21 0.91 0 0.41
HSL 285.88º 0.83% 0.32% -
HSV(B) 285.88º 0.91% 0.59% -
XYZ 13.13 6.37 29.39 -
YUV 60.6 178.46 168.94 -
System Red Green Blue C M Y K H S L
Decimal 118 14 150 0.21 0.91 0 0.41 285.88 0.83 0.32
Hex 76 E 96 15 5B 0 29 11E 53 20
Octal 166 16 226 25 133 0 51 436 123 40
Binary 1110110 1110 10010110 10101 1011011 0 101001 100011110 1010011 100000

Color Harmonies of #760E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760E96

Black with #760E96

Text Example


Text Example

White with #760E96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760E96; }

 p { color: rgb(118,14,150); }

 H1.HeaderClassName
 {
   color: #760E96;
 }
 .AnyTagClassName
 {
   color: #760E96;
 }
</style>

background-color css

<style>
 a { background-color: #760E96; }

 a { background-color: rgb(118,14,150); }

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

border-color css

<style>
 span { border-color: #760E96; }

 span { border-color: rgb(118,14,150); }

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