Html Css Color HEX #77069C Dark Magenta

📋 copy color: '#77069C'

red 119 ◦ green 6 ◦ blue 156

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

Shades of Dark Magenta #77069C

Tints of Dark Magenta #77069C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.14%

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

R = 42.35%
G = 2.14%
B = 55.52%

CMYK

 C value IS 0.24

 M value IS 0.96

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#77069C (or 0x77069C) is known color: Dark Magenta. HEX triplet: 77, 06 and 9C. RGB value is (119,6,156). Sum of RGB (Red+Green+Blue) = 119+6+156=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 6 (2.73% from 255 or 2.14% from 281); Blue value is 156 (61.33% from 255 or 55.52% from 281); Max value from RGB is 156 - color contains mainly: blue. Hex color #77069C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77069C is #88F963. Grayscale: #383838. Windows color (decimal): -8976740 or 10225271. OLE color: 10225271.

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

Color convert

RGB 119 6 156 -
CMYK 0.24 0.96 0 0.39
HSL 285.2º 0.93% 0.32% -
HSV(B) 285.2º 0.96% 0.61% -
XYZ 13.67 6.45 31.98 -
YUV 56.89 183.94 172.3 -
System Red Green Blue C M Y K H S L
Decimal 119 6 156 0.24 0.96 0 0.39 285.2 0.93 0.32
Hex 77 6 9C 18 60 0 27 11D 5D 20
Octal 167 6 234 30 140 0 47 435 135 40
Binary 1110111 110 10011100 11000 1100000 0 100111 100011101 1011101 100000

Color Harmonies of #77069C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77069C

Black with #77069C

Text Example


Text Example

White with #77069C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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