Html Css Color HEX #76039D Dark Magenta

📋 copy color: '#76039D'

red 118 ◦ green 3 ◦ blue 157

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

Shades of Dark Magenta #76039D

Tints of Dark Magenta #76039D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.08%

 BLUE value IS 157 (61.72% from 255) = 56.47%

R = 42.45%
G = 1.08%
B = 56.47%

CMYK

 C value IS 0.25

 M value IS 0.98

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76039D (or 0x76039D) is known color: Dark Magenta. HEX triplet: 76, 03 and 9D. RGB value is (118,3,157). Sum of RGB (Red+Green+Blue) = 118+3+157=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 3 (1.56% from 255 or 1.08% from 278); Blue value is 157 (61.72% from 255 or 56.47% from 278); Max value from RGB is 157 - color contains mainly: blue. Hex color #76039D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76039D is #89FC62. Grayscale: #363636. Windows color (decimal): -9043043 or 10290038. OLE color: 10290038.

HSL color Cylindrical-coordinate representation of color #76039D: hue angle of 284.81º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #76039D is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 3 157 -
CMYK 0.25 0.98 0 0.38
HSL 284.81º 0.96% 0.31% -
HSV(B) 284.81º 0.98% 0.62% -
XYZ 13.59 6.35 32.41 -
YUV 54.94 185.6 172.98 -
System Red Green Blue C M Y K H S L
Decimal 118 3 157 0.25 0.98 0 0.38 284.81 0.96 0.31
Hex 76 3 9D 19 62 0 26 11D 60 1F
Octal 166 3 235 31 142 0 46 435 140 37
Binary 1110110 11 10011101 11001 1100010 0 100110 100011101 1100000 11111

Color Harmonies of #76039D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76039D

Black with #76039D

Text Example


Text Example

White with #76039D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76039D; }

 p { color: rgb(118,3,157); }

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

background-color css

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

 a { background-color: rgb(118,3,157); }

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

border-color css

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

 span { border-color: rgb(118,3,157); }

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