Html Css Color HEX #761196 Dark Magenta

📋 copy color: '#761196'

red 118 ◦ green 17 ◦ blue 150

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

Shades of Dark Magenta #761196

Tints of Dark Magenta #761196

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.96%

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

R = 41.4%
G = 5.96%
B = 52.63%

CMYK

 C value IS 0.21

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#761196 (or 0x761196) is known color: Dark Magenta. HEX triplet: 76, 11 and 96. RGB value is (118,17,150). Sum of RGB (Red+Green+Blue) = 118+17+150=285 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.40% from 285); Green value is 17 (7.03% from 255 or 5.96% from 285); Blue value is 150 (58.98% from 255 or 52.63% from 285); Max value from RGB is 150 - color contains mainly: blue. Hex color #761196 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761196 is #89EE69. Grayscale: #3D3D3D. Windows color (decimal): -9039466 or 9834870. OLE color: 9834870.

HSL color Cylindrical-coordinate representation of color #761196: hue angle of 285.56º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #761196 is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 118 17 150 -
CMYK 0.21 0.89 0 0.41
HSL 285.56º 0.8% 0.33% -
HSV(B) 285.56º 0.89% 0.59% -
XYZ 13.18 6.45 29.41 -
YUV 62.36 177.46 167.69 -
System Red Green Blue C M Y K H S L
Decimal 118 17 150 0.21 0.89 0 0.41 285.56 0.8 0.33
Hex 76 11 96 15 59 0 29 11E 50 21
Octal 166 21 226 25 131 0 51 436 120 41
Binary 1110110 10001 10010110 10101 1011001 0 101001 100011110 1010000 100001

Color Harmonies of #761196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761196

Black with #761196

Text Example


Text Example

White with #761196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761196; }

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

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

background-color css

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

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

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

border-color css

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

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

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