Html Css Color HEX #761096 Dark Magenta

📋 copy color: '#761096'

red 118 ◦ green 16 ◦ blue 150

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

Shades of Dark Magenta #761096

Tints of Dark Magenta #761096

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.63%

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

R = 41.55%
G = 5.63%
B = 52.82%

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

#761096 (or 0x761096) is known color: Dark Magenta. HEX triplet: 76, 10 and 96. RGB value is (118,16,150). Sum of RGB (Red+Green+Blue) = 118+16+150=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 16 (6.64% from 255 or 5.63% from 284); Blue value is 150 (58.98% from 255 or 52.82% from 284); Max value from RGB is 150 - color contains mainly: blue. Hex color #761096 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761096 is #89EF69. Grayscale: #3D3D3D. Windows color (decimal): -9039722 or 9834614. OLE color: 9834614.

HSL color Cylindrical-coordinate representation of color #761096: hue angle of 285.67º degrees, saturation: 0.81, 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 #761096 is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 118 16 150 -
CMYK 0.21 0.89 0 0.41
HSL 285.67º 0.81% 0.33% -
HSV(B) 285.67º 0.89% 0.59% -
XYZ 13.16 6.42 29.4 -
YUV 61.77 177.79 168.1 -
System Red Green Blue C M Y K H S L
Decimal 118 16 150 0.21 0.89 0 0.41 285.67 0.81 0.33
Hex 76 10 96 15 59 0 29 11E 51 21
Octal 166 20 226 25 131 0 51 436 121 41
Binary 1110110 10000 10010110 10101 1011001 0 101001 100011110 1010001 100001

Color Harmonies of #761096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761096

Black with #761096

Text Example


Text Example

White with #761096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761096; }

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

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

background-color css

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

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

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

border-color css

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

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

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