Html Css Color HEX #760999 Dark Magenta

📋 copy color: '#760999'

red 118 ◦ green 9 ◦ blue 153

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

Shades of Dark Magenta #760999

Tints of Dark Magenta #760999

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.21%

 BLUE value IS 153 (60.16% from 255) = 54.64%

R = 42.14%
G = 3.21%
B = 54.64%

CMYK

 C value IS 0.23

 M value IS 0.94

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#760999 (or 0x760999) is known color: Dark Magenta. HEX triplet: 76, 09 and 99. RGB value is (118,9,153). Sum of RGB (Red+Green+Blue) = 118+9+153=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 9 (3.91% from 255 or 3.21% from 280); Blue value is 153 (60.16% from 255 or 54.64% from 280); Max value from RGB is 153 - color contains mainly: blue. Hex color #760999 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760999 is #89F666. Grayscale: #393939. Windows color (decimal): -9041511 or 10029430. OLE color: 10029430.

HSL color Cylindrical-coordinate representation of color #760999: hue angle of 285.42º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #760999 is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 118 9 153 -
CMYK 0.23 0.94 0 0.4
HSL 285.42º 0.89% 0.32% -
HSV(B) 285.42º 0.94% 0.6% -
XYZ 13.32 6.35 30.66 -
YUV 58.01 181.61 170.79 -
System Red Green Blue C M Y K H S L
Decimal 118 9 153 0.23 0.94 0 0.4 285.42 0.89 0.32
Hex 76 9 99 17 5E 0 28 11D 59 20
Octal 166 11 231 27 136 0 50 435 131 40
Binary 1110110 1001 10011001 10111 1011110 0 101000 100011101 1011001 100000

Color Harmonies of #760999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760999

Black with #760999

Text Example


Text Example

White with #760999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760999; }

 p { color: rgb(118,9,153); }

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

background-color css

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

 a { background-color: rgb(118,9,153); }

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

border-color css

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

 span { border-color: rgb(118,9,153); }

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