Html Css Color HEX #770D94 Dark Magenta

📋 copy color: '#770D94'

red 119 ◦ green 13 ◦ blue 148

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

Shades of Dark Magenta #770D94

Tints of Dark Magenta #770D94

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.64%

 BLUE value IS 148 (58.2% from 255) = 52.86%

R = 42.5%
G = 4.64%
B = 52.86%

CMYK

 C value IS 0.20

 M value IS 0.91

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#770D94 (or 0x770D94) is known color: Dark Magenta. HEX triplet: 77, 0D and 94. RGB value is (119,13,148). Sum of RGB (Red+Green+Blue) = 119+13+148=280 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.5% from 280); Green value is 13 (5.47% from 255 or 4.64% from 280); Blue value is 148 (58.20% from 255 or 52.86% from 280); Max value from RGB is 148 - color contains mainly: blue. Hex color #770D94 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770D94 is #88F26B. Grayscale: #3B3B3B. Windows color (decimal): -8974956 or 9702775. OLE color: 9702775.

HSL color Cylindrical-coordinate representation of color #770D94: hue angle of 287.11º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #770D94 is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 13 148 -
CMYK 0.20 0.91 0 0.42
HSL 287.11º 0.84% 0.32% -
HSV(B) 287.11º 0.91% 0.58% -
XYZ 13.1 6.35 28.55 -
YUV 60.08 177.62 170.02 -
System Red Green Blue C M Y K H S L
Decimal 119 13 148 0.20 0.91 0 0.42 287.11 0.84 0.32
Hex 77 D 94 14 5B 0 2A 11F 54 20
Octal 167 15 224 24 133 0 52 437 124 40
Binary 1110111 1101 10010100 10100 1011011 0 101010 100011111 1010100 100000

Color Harmonies of #770D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770D94

Black with #770D94

Text Example


Text Example

White with #770D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770D94; }

 p { color: rgb(119,13,148); }

 H1.HeaderClassName
 {
   color: #770D94;
 }
 .AnyTagClassName
 {
   color: #770D94;
 }
</style>

background-color css

<style>
 a { background-color: #770D94; }

 a { background-color: rgb(119,13,148); }

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

border-color css

<style>
 span { border-color: #770D94; }

 span { border-color: rgb(119,13,148); }

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