Html Css Color HEX #76019B Dark Magenta

📋 copy color: '#76019B'

red 118 ◦ green 1 ◦ blue 155

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

Shades of Dark Magenta #76019B

Tints of Dark Magenta #76019B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

 BLUE value IS 155 (60.94% from 255) = 56.57%

R = 43.07%
G = 0.36%
B = 56.57%

CMYK

 C value IS 0.24

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#76019B (or 0x76019B) is known color: Dark Magenta. HEX triplet: 76, 01 and 9B. RGB value is (118,1,155). Sum of RGB (Red+Green+Blue) = 118+1+155=274 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.07% from 274); Green value is 1 (0.78% from 255 or 0.36% from 274); Blue value is 155 (60.94% from 255 or 56.57% from 274); Max value from RGB is 155 - color contains mainly: blue. Hex color #76019B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76019B is #89FE64. Grayscale: #353535. Windows color (decimal): -9043557 or 10158454. OLE color: 10158454.

HSL color Cylindrical-coordinate representation of color #76019B: hue angle of 285.58º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #76019B is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 118 1 155 -
CMYK 0.24 0.99 0 0.39
HSL 285.58º 0.99% 0.31% -
HSV(B) 285.58º 0.99% 0.61% -
XYZ 13.4 6.24 31.51 -
YUV 53.54 185.26 173.98 -
System Red Green Blue C M Y K H S L
Decimal 118 1 155 0.24 0.99 0 0.39 285.58 0.99 0.31
Hex 76 1 9B 18 63 0 27 11E 63 1F
Octal 166 1 233 30 143 0 47 436 143 37
Binary 1110110 1 10011011 11000 1100011 0 100111 100011110 1100011 11111

Color Harmonies of #76019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76019B

Black with #76019B

Text Example


Text Example

White with #76019B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76019B; }

 p { color: rgb(118,1,155); }

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

background-color css

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

 a { background-color: rgb(118,1,155); }

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

border-color css

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

 span { border-color: rgb(118,1,155); }

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