Html Css Color HEX #77089A Dark Magenta

📋 copy color: '#77089A'

red 119 ◦ green 8 ◦ blue 154

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

Shades of Dark Magenta #77089A

Tints of Dark Magenta #77089A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.85%

 BLUE value IS 154 (60.55% from 255) = 54.8%

R = 42.35%
G = 2.85%
B = 54.8%

CMYK

 C value IS 0.23

 M value IS 0.95

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#77089A (or 0x77089A) is known color: Dark Magenta. HEX triplet: 77, 08 and 9A. RGB value is (119,8,154). Sum of RGB (Red+Green+Blue) = 119+8+154=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 8 (3.52% from 255 or 2.85% from 281); Blue value is 154 (60.55% from 255 or 54.80% from 281); Max value from RGB is 154 - color contains mainly: blue. Hex color #77089A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77089A is #88F765. Grayscale: #393939. Windows color (decimal): -8976230 or 10094711. OLE color: 10094711.

HSL color Cylindrical-coordinate representation of color #77089A: hue angle of 285.62º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #77089A is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 119 8 154 -
CMYK 0.23 0.95 0 0.40
HSL 285.62º 0.9% 0.32% -
HSV(B) 285.62º 0.95% 0.6% -
XYZ 13.53 6.43 31.1 -
YUV 57.83 182.27 171.63 -
System Red Green Blue C M Y K H S L
Decimal 119 8 154 0.23 0.95 0 0.40 285.62 0.9 0.32
Hex 77 8 9A 17 5F 0 28 11E 5A 20
Octal 167 10 232 27 137 0 50 436 132 40
Binary 1110111 1000 10011010 10111 1011111 0 101000 100011110 1011010 100000

Color Harmonies of #77089A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77089A

Black with #77089A

Text Example


Text Example

White with #77089A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77089A; }

 p { color: rgb(119,8,154); }

 H1.HeaderClassName
 {
   color: #77089A;
 }
 .AnyTagClassName
 {
   color: #77089A;
 }
</style>

background-color css

<style>
 a { background-color: #77089A; }

 a { background-color: rgb(119,8,154); }

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

border-color css

<style>
 span { border-color: #77089A; }

 span { border-color: rgb(119,8,154); }

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