Html Css Color HEX #76049F Dark Magenta

📋 copy color: '#76049F'

red 118 ◦ green 4 ◦ blue 159

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

Shades of Dark Magenta #76049F

Tints of Dark Magenta #76049F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.42%

 BLUE value IS 159 (62.5% from 255) = 56.58%

R = 41.99%
G = 1.42%
B = 56.58%

CMYK

 C value IS 0.26

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76049F (or 0x76049F) is known color: Dark Magenta. HEX triplet: 76, 04 and 9F. RGB value is (118,4,159). Sum of RGB (Red+Green+Blue) = 118+4+159=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 4 (1.95% from 255 or 1.42% from 281); Blue value is 159 (62.5% from 255 or 56.58% from 281); Max value from RGB is 159 - color contains mainly: blue. Hex color #76049F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76049F is #89FB60. Grayscale: #373737. Windows color (decimal): -9042785 or 10421366. OLE color: 10421366.

HSL color Cylindrical-coordinate representation of color #76049F: hue angle of 284.13º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #76049F is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 4 159 -
CMYK 0.26 0.97 0 0.38
HSL 284.13º 0.95% 0.32% -
HSV(B) 284.13º 0.97% 0.62% -
XYZ 13.77 6.44 33.32 -
YUV 55.76 186.27 172.4 -
System Red Green Blue C M Y K H S L
Decimal 118 4 159 0.26 0.97 0 0.38 284.13 0.95 0.32
Hex 76 4 9F 1A 61 0 26 11C 5F 20
Octal 166 4 237 32 141 0 46 434 137 40
Binary 1110110 100 10011111 11010 1100001 0 100110 100011100 1011111 100000

Color Harmonies of #76049F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76049F

Black with #76049F

Text Example


Text Example

White with #76049F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76049F; }

 p { color: rgb(118,4,159); }

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

background-color css

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

 a { background-color: rgb(118,4,159); }

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

border-color css

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

 span { border-color: rgb(118,4,159); }

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