Html Css Color HEX #770E98 Dark Magenta

📋 copy color: '#770E98'

red 119 ◦ green 14 ◦ blue 152

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

Shades of Dark Magenta #770E98

Tints of Dark Magenta #770E98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 53.33%

R = 41.75%
G = 4.91%
B = 53.33%

CMYK

 C value IS 0.22

 M value IS 0.91

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#770E98 (or 0x770E98) is known color: Dark Magenta. HEX triplet: 77, 0E and 98. RGB value is (119,14,152). Sum of RGB (Red+Green+Blue) = 119+14+152=285 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.75% from 285); Green value is 14 (5.86% from 255 or 4.91% from 285); Blue value is 152 (59.77% from 255 or 53.33% from 285); Max value from RGB is 152 - color contains mainly: blue. Hex color #770E98 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770E98 is #88F167. Grayscale: #3C3C3C. Windows color (decimal): -8974696 or 9965175. OLE color: 9965175.

HSL color Cylindrical-coordinate representation of color #770E98: hue angle of 285.65º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #770E98 is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 119 14 152 -
CMYK 0.22 0.91 0 0.40
HSL 285.65º 0.83% 0.33% -
HSV(B) 285.65º 0.91% 0.6% -
XYZ 13.43 6.5 30.25 -
YUV 61.13 179.29 169.28 -
System Red Green Blue C M Y K H S L
Decimal 119 14 152 0.22 0.91 0 0.40 285.65 0.83 0.33
Hex 77 E 98 16 5B 0 28 11E 53 21
Octal 167 16 230 26 133 0 50 436 123 41
Binary 1110111 1110 10011000 10110 1011011 0 101000 100011110 1010011 100001

Color Harmonies of #770E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770E98

Black with #770E98

Text Example


Text Example

White with #770E98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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