Html Css Color HEX #76019C Dark Magenta

📋 copy color: '#76019C'

red 118 ◦ green 1 ◦ blue 156

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

Shades of Dark Magenta #76019C

Tints of Dark Magenta #76019C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 56.73%

R = 42.91%
G = 0.36%
B = 56.73%

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

#76019C (or 0x76019C) is known color: Dark Magenta. HEX triplet: 76, 01 and 9C. RGB value is (118,1,156). Sum of RGB (Red+Green+Blue) = 118+1+156=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 1 (0.78% from 255 or 0.36% from 275); Blue value is 156 (61.33% from 255 or 56.73% from 275); Max value from RGB is 156 - color contains mainly: blue. Hex color #76019C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76019C is #89FE63. Grayscale: #353535. Windows color (decimal): -9043556 or 10223990. OLE color: 10223990.

HSL color Cylindrical-coordinate representation of color #76019C: hue angle of 285.29º 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 #76019C is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 118 1 156 -
CMYK 0.24 0.99 0 0.39
HSL 285.29º 0.99% 0.31% -
HSV(B) 285.29º 0.99% 0.61% -
XYZ 13.48 6.27 31.95 -
YUV 53.65 185.76 173.9 -
System Red Green Blue C M Y K H S L
Decimal 118 1 156 0.24 0.99 0 0.39 285.29 0.99 0.31
Hex 76 1 9C 18 63 0 27 11D 63 1F
Octal 166 1 234 30 143 0 47 435 143 37
Binary 1110110 1 10011100 11000 1100011 0 100111 100011101 1100011 11111

Color Harmonies of #76019C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76019C

Black with #76019C

Text Example


Text Example

White with #76019C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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