Html Css Color HEX #761395 Dark Magenta

📋 copy color: '#761395'

red 118 ◦ green 19 ◦ blue 149

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

Shades of Dark Magenta #761395

Tints of Dark Magenta #761395

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.64%

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

R = 41.26%
G = 6.64%
B = 52.1%

CMYK

 C value IS 0.21

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#761395 (or 0x761395) is known color: Dark Magenta. HEX triplet: 76, 13 and 95. RGB value is (118,19,149). Sum of RGB (Red+Green+Blue) = 118+19+149=286 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.26% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 149 (58.59% from 255 or 52.10% from 286); Max value from RGB is 149 - color contains mainly: blue. Hex color #761395 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761395 is #89EC6A. Grayscale: #3F3F3F. Windows color (decimal): -9038955 or 9769846. OLE color: 9769846.

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

Color convert

RGB 118 19 149 -
CMYK 0.21 0.87 0 0.42
HSL 285.69º 0.77% 0.33% -
HSV(B) 285.69º 0.87% 0.58% -
XYZ 13.13 6.49 28.99 -
YUV 63.42 176.3 166.93 -
System Red Green Blue C M Y K H S L
Decimal 118 19 149 0.21 0.87 0 0.42 285.69 0.77 0.33
Hex 76 13 95 15 57 0 2A 11E 4D 21
Octal 166 23 225 25 127 0 52 436 115 41
Binary 1110110 10011 10010101 10101 1010111 0 101010 100011110 1001101 100001

Color Harmonies of #761395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761395

Black with #761395

Text Example


Text Example

White with #761395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761395; }

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

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

background-color css

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

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

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

border-color css

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

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

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