Html Css Color HEX #760E95 Dark Magenta

📋 copy color: '#760E95'

red 118 ◦ green 14 ◦ blue 149

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

Shades of Dark Magenta #760E95

Tints of Dark Magenta #760E95

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.98%

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

R = 41.99%
G = 4.98%
B = 53.02%

CMYK

 C value IS 0.21

 M value IS 0.91

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#760E95 (or 0x760E95) is known color: Dark Magenta. HEX triplet: 76, 0E and 95. RGB value is (118,14,149). Sum of RGB (Red+Green+Blue) = 118+14+149=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 14 (5.86% from 255 or 4.98% from 281); Blue value is 149 (58.59% from 255 or 53.02% from 281); Max value from RGB is 149 - color contains mainly: blue. Hex color #760E95 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760E95 is #89F16A. Grayscale: #3C3C3C. Windows color (decimal): -9040235 or 9768566. OLE color: 9768566.

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

Color convert

RGB 118 14 149 -
CMYK 0.21 0.91 0 0.42
HSL 286.22º 0.83% 0.32% -
HSV(B) 286.22º 0.91% 0.58% -
XYZ 13.05 6.34 28.97 -
YUV 60.49 177.96 169.02 -
System Red Green Blue C M Y K H S L
Decimal 118 14 149 0.21 0.91 0 0.42 286.22 0.83 0.32
Hex 76 E 95 15 5B 0 2A 11E 53 20
Octal 166 16 225 25 133 0 52 436 123 40
Binary 1110110 1110 10010101 10101 1011011 0 101010 100011110 1010011 100000

Color Harmonies of #760E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760E95

Black with #760E95

Text Example


Text Example

White with #760E95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760E95; }

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

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

background-color css

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

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

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

border-color css

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

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

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