Html Css Color HEX #77069F Dark Magenta

📋 copy color: '#77069F'

red 119 ◦ green 6 ◦ blue 159

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

Shades of Dark Magenta #77069F

Tints of Dark Magenta #77069F

RGB

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

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

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

R = 41.9%
G = 2.11%
B = 55.99%

CMYK

 C value IS 0.25

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#77069F (or 0x77069F) is known color: Dark Magenta. HEX triplet: 77, 06 and 9F. RGB value is (119,6,159). Sum of RGB (Red+Green+Blue) = 119+6+159=284 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.90% from 284); Green value is 6 (2.73% from 255 or 2.11% from 284); Blue value is 159 (62.5% from 255 or 55.99% from 284); Max value from RGB is 159 - color contains mainly: blue. Hex color #77069F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77069F is #88F960. Grayscale: #383838. Windows color (decimal): -8976737 or 10421879. OLE color: 10421879.

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

Color convert

RGB 119 6 159 -
CMYK 0.25 0.96 0 0.38
HSL 284.31º 0.93% 0.32% -
HSV(B) 284.31º 0.96% 0.62% -
XYZ 13.93 6.56 33.33 -
YUV 57.23 185.44 172.06 -
System Red Green Blue C M Y K H S L
Decimal 119 6 159 0.25 0.96 0 0.38 284.31 0.93 0.32
Hex 77 6 9F 19 60 0 26 11C 5D 20
Octal 167 6 237 31 140 0 46 434 135 40
Binary 1110111 110 10011111 11001 1100000 0 100110 100011100 1011101 100000

Color Harmonies of #77069F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77069F

Black with #77069F

Text Example


Text Example

White with #77069F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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