Html Css Color HEX #761295 Dark Magenta

📋 copy color: '#761295'

red 118 ◦ green 18 ◦ blue 149

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

Shades of Dark Magenta #761295

Tints of Dark Magenta #761295

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.32%

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

R = 41.4%
G = 6.32%
B = 52.28%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#761295 (or 0x761295) is known color: Dark Magenta. HEX triplet: 76, 12 and 95. RGB value is (118,18,149). Sum of RGB (Red+Green+Blue) = 118+18+149=285 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.40% from 285); Green value is 18 (7.42% from 255 or 6.32% from 285); Blue value is 149 (58.59% from 255 or 52.28% from 285); Max value from RGB is 149 - color contains mainly: blue. Hex color #761295 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761295 is #89ED6A. Grayscale: #3E3E3E. Windows color (decimal): -9039211 or 9769590. OLE color: 9769590.

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

Color convert

RGB 118 18 149 -
CMYK 0.21 0.88 0 0.42
HSL 285.8º 0.78% 0.33% -
HSV(B) 285.8º 0.88% 0.58% -
XYZ 13.11 6.45 28.99 -
YUV 62.83 176.63 167.35 -
System Red Green Blue C M Y K H S L
Decimal 118 18 149 0.21 0.88 0 0.42 285.8 0.78 0.33
Hex 76 12 95 15 58 0 2A 11E 4E 21
Octal 166 22 225 25 130 0 52 436 116 41
Binary 1110110 10010 10010101 10101 1011000 0 101010 100011110 1001110 100001

Color Harmonies of #761295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761295

Black with #761295

Text Example


Text Example

White with #761295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761295; }

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

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

background-color css

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

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

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

border-color css

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

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

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