Html Css Color HEX #77019E Dark Magenta

📋 copy color: '#77019E'

red 119 ◦ green 1 ◦ blue 158

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

Shades of Dark Magenta #77019E

Tints of Dark Magenta #77019E

RGB

 RED value IS 119 (46.88% from 255) = 42.81%

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

 BLUE value IS 158 (62.11% from 255) = 56.83%

R = 42.81%
G = 0.36%
B = 56.83%

CMYK

 C value IS 0.25

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#77019E (or 0x77019E) is known color: Dark Magenta. HEX triplet: 77, 01 and 9E. RGB value is (119,1,158). Sum of RGB (Red+Green+Blue) = 119+1+158=278 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.81% from 278); Green value is 1 (0.78% from 255 or 0.36% from 278); Blue value is 158 (62.11% from 255 or 56.83% from 278); Max value from RGB is 158 - color contains mainly: blue. Hex color #77019E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77019E is #88FE61. Grayscale: #353535. Windows color (decimal): -8978018 or 10355063. OLE color: 10355063.

HSL color Cylindrical-coordinate representation of color #77019E: hue angle of 285.1º 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 #77019E is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 1 158 -
CMYK 0.25 0.99 0 0.38
HSL 285.1º 0.99% 0.31% -
HSV(B) 285.1º 0.99% 0.62% -
XYZ 13.79 6.41 32.86 -
YUV 54.18 186.59 174.23 -
System Red Green Blue C M Y K H S L
Decimal 119 1 158 0.25 0.99 0 0.38 285.1 0.99 0.31
Hex 77 1 9E 19 63 0 26 11D 63 1F
Octal 167 1 236 31 143 0 46 435 143 37
Binary 1110111 1 10011110 11001 1100011 0 100110 100011101 1100011 11111

Color Harmonies of #77019E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77019E

Black with #77019E

Text Example


Text Example

White with #77019E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77019E; }

 p { color: rgb(119,1,158); }

 H1.HeaderClassName
 {
   color: #77019E;
 }
 .AnyTagClassName
 {
   color: #77019E;
 }
</style>

background-color css

<style>
 a { background-color: #77019E; }

 a { background-color: rgb(119,1,158); }

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

border-color css

<style>
 span { border-color: #77019E; }

 span { border-color: rgb(119,1,158); }

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