Html Css Color HEX #76019F Dark Magenta

📋 copy color: '#76019F'

red 118 ◦ green 1 ◦ blue 159

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

Shades of Dark Magenta #76019F

Tints of Dark Magenta #76019F

RGB

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

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

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

R = 42.45%
G = 0.36%
B = 57.19%

CMYK

 C value IS 0.26

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76019F (or 0x76019F) is known color: Dark Magenta. HEX triplet: 76, 01 and 9F. RGB value is (118,1,159). Sum of RGB (Red+Green+Blue) = 118+1+159=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 1 (0.78% from 255 or 0.36% from 278); Blue value is 159 (62.5% from 255 or 57.19% from 278); Max value from RGB is 159 - color contains mainly: blue. Hex color #76019F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76019F is #89FE60. Grayscale: #353535. Windows color (decimal): -9043553 or 10420598. OLE color: 10420598.

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

Color convert

RGB 118 1 159 -
CMYK 0.26 0.99 0 0.38
HSL 284.43º 0.99% 0.31% -
HSV(B) 284.43º 0.99% 0.62% -
XYZ 13.74 6.38 33.31 -
YUV 54 187.26 173.65 -
System Red Green Blue C M Y K H S L
Decimal 118 1 159 0.26 0.99 0 0.38 284.43 0.99 0.31
Hex 76 1 9F 1A 63 0 26 11C 63 1F
Octal 166 1 237 32 143 0 46 434 143 37
Binary 1110110 1 10011111 11010 1100011 0 100110 100011100 1100011 11111

Color Harmonies of #76019F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76019F

Black with #76019F

Text Example


Text Example

White with #76019F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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