Html Css Color HEX #770094 Dark Magenta

📋 copy color: '#770094'

red 119 ◦ green 0 ◦ blue 148

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

Shades of Dark Magenta #770094

Tints of Dark Magenta #770094

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 44.57%
G = 0%
B = 55.43%

CMYK

 C value IS 0.20

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#770094 (or 0x770094) is known color: Dark Magenta. HEX triplet: 77, 00 and 94. RGB value is (119,0,148). Sum of RGB (Red+Green+Blue) = 119+0+148=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 148 (58.20% from 255 or 55.43% from 267); Max value from RGB is 148 - color contains mainly: blue. Hex color #770094 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770094 is #88FF6B. Grayscale: #333333. Windows color (decimal): -8978284 or 9699447. OLE color: 9699447.

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

Color convert

RGB 119 0 148 -
CMYK 0.20 1 0 0.42
HSL 288.24º 1% 0.29% -
HSV(B) 288.24º 1% 0.58% -
XYZ 12.95 6.06 28.5 -
YUV 52.45 181.92 175.47 -
System Red Green Blue C M Y K H S L
Decimal 119 0 148 0.20 1 0 0.42 288.24 1 0.29
Hex 77 0 94 14 64 0 2A 120 64 1D
Octal 167 0 224 24 144 0 52 440 144 35
Binary 1110111 0 10010100 10100 1100100 0 101010 100100000 1100100 11101

Color Harmonies of #770094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770094

Black with #770094

Text Example


Text Example

White with #770094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770094; }

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

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

background-color css

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

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

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

border-color css

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

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

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