Html Css Color HEX #77099F Dark Magenta

📋 copy color: '#77099F'

red 119 ◦ green 9 ◦ blue 159

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

Shades of Dark Magenta #77099F

Tints of Dark Magenta #77099F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.14%

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

R = 41.46%
G = 3.14%
B = 55.4%

CMYK

 C value IS 0.25

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#77099F (or 0x77099F) is known color: Dark Magenta. HEX triplet: 77, 09 and 9F. RGB value is (119,9,159). Sum of RGB (Red+Green+Blue) = 119+9+159=287 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.46% from 287); Green value is 9 (3.91% from 255 or 3.14% from 287); Blue value is 159 (62.5% from 255 or 55.40% from 287); Max value from RGB is 159 - color contains mainly: blue. Hex color #77099F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77099F is #88F660. Grayscale: #3A3A3A. Windows color (decimal): -8975969 or 10422647. OLE color: 10422647.

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

Color convert

RGB 119 9 159 -
CMYK 0.25 0.94 0 0.38
HSL 284º 0.89% 0.33% -
HSV(B) 284º 0.94% 0.62% -
XYZ 13.96 6.62 33.34 -
YUV 58.99 184.44 170.8 -
System Red Green Blue C M Y K H S L
Decimal 119 9 159 0.25 0.94 0 0.38 284 0.89 0.33
Hex 77 9 9F 19 5E 0 26 11C 59 21
Octal 167 11 237 31 136 0 46 434 131 41
Binary 1110111 1001 10011111 11001 1011110 0 100110 100011100 1011001 100001

Color Harmonies of #77099F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77099F

Black with #77099F

Text Example


Text Example

White with #77099F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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