Html Css Color HEX #77029F Dark Magenta

📋 copy color: '#77029F'

red 119 ◦ green 2 ◦ blue 159

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

Shades of Dark Magenta #77029F

Tints of Dark Magenta #77029F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.71%

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

R = 42.5%
G = 0.71%
B = 56.79%

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

#77029F (or 0x77029F) is known color: Dark Magenta. HEX triplet: 77, 02 and 9F. RGB value is (119,2,159). Sum of RGB (Red+Green+Blue) = 119+2+159=280 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.5% from 280); Green value is 2 (1.17% from 255 or 0.71% from 280); Blue value is 159 (62.5% from 255 or 56.79% from 280); Max value from RGB is 159 - color contains mainly: blue. Hex color #77029F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77029F is #88FD60. Grayscale: #363636. Windows color (decimal): -8977761 or 10420855. OLE color: 10420855.

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

Color convert

RGB 119 2 159 -
CMYK 0.25 0.99 0 0.38
HSL 284.71º 0.98% 0.32% -
HSV(B) 284.71º 0.99% 0.62% -
XYZ 13.89 6.47 33.32 -
YUV 54.88 186.76 173.73 -
System Red Green Blue C M Y K H S L
Decimal 119 2 159 0.25 0.99 0 0.38 284.71 0.98 0.32
Hex 77 2 9F 19 63 0 26 11D 62 20
Octal 167 2 237 31 143 0 46 435 142 40
Binary 1110111 10 10011111 11001 1100011 0 100110 100011101 1100010 100000

Color Harmonies of #77029F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77029F

Black with #77029F

Text Example


Text Example

White with #77029F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,2,159); }

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

background-color css

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

 a { background-color: rgb(119,2,159); }

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

border-color css

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

 span { border-color: rgb(119,2,159); }

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