Html Css Color HEX #770E95 Dark Magenta

📋 copy color: '#770E95'

red 119 ◦ green 14 ◦ blue 149

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

Shades of Dark Magenta #770E95

Tints of Dark Magenta #770E95

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.96%

 BLUE value IS 149 (58.59% from 255) = 52.84%

R = 42.2%
G = 4.96%
B = 52.84%

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

#770E95 (or 0x770E95) is known color: Dark Magenta. HEX triplet: 77, 0E and 95. RGB value is (119,14,149). Sum of RGB (Red+Green+Blue) = 119+14+149=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 14 (5.86% from 255 or 4.96% from 282); Blue value is 149 (58.59% from 255 or 52.84% from 282); Max value from RGB is 149 - color contains mainly: blue. Hex color #770E95 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770E95 is #88F16A. Grayscale: #3C3C3C. Windows color (decimal): -8974699 or 9768567. OLE color: 9768567.

HSL color Cylindrical-coordinate representation of color #770E95: hue angle of 286.67º degrees, saturation: 0.83, 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 #770E95 is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 14 149 -
CMYK 0.20 0.91 0 0.42
HSL 286.67º 0.83% 0.32% -
HSV(B) 286.67º 0.91% 0.58% -
XYZ 13.19 6.41 28.98 -
YUV 60.79 177.79 169.52 -
System Red Green Blue C M Y K H S L
Decimal 119 14 149 0.20 0.91 0 0.42 286.67 0.83 0.32
Hex 77 E 95 14 5B 0 2A 11F 53 20
Octal 167 16 225 24 133 0 52 437 123 40
Binary 1110111 1110 10010101 10100 1011011 0 101010 100011111 1010011 100000

Color Harmonies of #770E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770E95

Black with #770E95

Text Example


Text Example

White with #770E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,14,149); }

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

background-color css

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

 a { background-color: rgb(119,14,149); }

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

border-color css

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

 span { border-color: rgb(119,14,149); }

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