Html Css Color HEX #761095 Dark Magenta

📋 copy color: '#761095'

red 118 ◦ green 16 ◦ blue 149

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

Shades of Dark Magenta #761095

Tints of Dark Magenta #761095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 52.65%

R = 41.7%
G = 5.65%
B = 52.65%

CMYK

 C value IS 0.21

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#761095 (or 0x761095) is known color: Dark Magenta. HEX triplet: 76, 10 and 95. RGB value is (118,16,149). Sum of RGB (Red+Green+Blue) = 118+16+149=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 16 (6.64% from 255 or 5.65% from 283); Blue value is 149 (58.59% from 255 or 52.65% from 283); Max value from RGB is 149 - color contains mainly: blue. Hex color #761095 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761095 is #89EF6A. Grayscale: #3D3D3D. Windows color (decimal): -9039723 or 9769078. OLE color: 9769078.

HSL color Cylindrical-coordinate representation of color #761095: hue angle of 286.02º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #761095 is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 16 149 -
CMYK 0.21 0.89 0 0.42
HSL 286.02º 0.81% 0.32% -
HSV(B) 286.02º 0.89% 0.58% -
XYZ 13.08 6.39 28.98 -
YUV 61.66 177.29 168.19 -
System Red Green Blue C M Y K H S L
Decimal 118 16 149 0.21 0.89 0 0.42 286.02 0.81 0.32
Hex 76 10 95 15 59 0 2A 11E 51 20
Octal 166 20 225 25 131 0 52 436 121 40
Binary 1110110 10000 10010101 10101 1011001 0 101010 100011110 1010001 100000

Color Harmonies of #761095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761095

Black with #761095

Text Example


Text Example

White with #761095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761095; }

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

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

background-color css

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

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

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

border-color css

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

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

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