Html Css Color HEX #77089C Dark Magenta

📋 copy color: '#77089C'

red 119 ◦ green 8 ◦ blue 156

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

Shades of Dark Magenta #77089C

Tints of Dark Magenta #77089C

RGB

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

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

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

R = 42.05%
G = 2.83%
B = 55.12%

CMYK

 C value IS 0.24

 M value IS 0.95

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#77089C (or 0x77089C) is known color: Dark Magenta. HEX triplet: 77, 08 and 9C. RGB value is (119,8,156). Sum of RGB (Red+Green+Blue) = 119+8+156=283 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.05% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 156 (61.33% from 255 or 55.12% from 283); Max value from RGB is 156 - color contains mainly: blue. Hex color #77089C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77089C is #88F763. Grayscale: #393939. Windows color (decimal): -8976228 or 10225783. OLE color: 10225783.

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

Color convert

RGB 119 8 156 -
CMYK 0.24 0.95 0 0.39
HSL 285º 0.9% 0.32% -
HSV(B) 285º 0.95% 0.61% -
XYZ 13.7 6.5 31.98 -
YUV 58.06 183.27 171.47 -
System Red Green Blue C M Y K H S L
Decimal 119 8 156 0.24 0.95 0 0.39 285 0.9 0.32
Hex 77 8 9C 18 5F 0 27 11D 5A 20
Octal 167 10 234 30 137 0 47 435 132 40
Binary 1110111 1000 10011100 11000 1011111 0 100111 100011101 1011010 100000

Color Harmonies of #77089C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77089C

Black with #77089C

Text Example


Text Example

White with #77089C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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