Html Css Color HEX #77019C Dark Magenta

📋 copy color: '#77019C'

red 119 ◦ green 1 ◦ blue 156

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

Shades of Dark Magenta #77019C

Tints of Dark Magenta #77019C

RGB

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

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

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

R = 43.12%
G = 0.36%
B = 56.52%

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

#77019C (or 0x77019C) is known color: Dark Magenta. HEX triplet: 77, 01 and 9C. RGB value is (119,1,156). Sum of RGB (Red+Green+Blue) = 119+1+156=276 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.12% from 276); Green value is 1 (0.78% from 255 or 0.36% from 276); Blue value is 156 (61.33% from 255 or 56.52% from 276); Max value from RGB is 156 - color contains mainly: blue. Hex color #77019C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77019C is #88FE63. Grayscale: #353535. Windows color (decimal): -8978020 or 10223991. OLE color: 10223991.

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

Color convert

RGB 119 1 156 -
CMYK 0.24 0.99 0 0.39
HSL 285.68º 0.99% 0.31% -
HSV(B) 285.68º 0.99% 0.61% -
XYZ 13.62 6.34 31.96 -
YUV 53.95 185.59 174.4 -
System Red Green Blue C M Y K H S L
Decimal 119 1 156 0.24 0.99 0 0.39 285.68 0.99 0.31
Hex 77 1 9C 18 63 0 27 11E 63 1F
Octal 167 1 234 30 143 0 47 436 143 37
Binary 1110111 1 10011100 11000 1100011 0 100111 100011110 1100011 11111

Color Harmonies of #77019C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77019C

Black with #77019C

Text Example


Text Example

White with #77019C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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