Html Css Color HEX #781199 Dark Magenta

📋 copy color: '#781199'

red 120 ◦ green 17 ◦ blue 153

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

Shades of Dark Magenta #781199

Tints of Dark Magenta #781199

RGB

 RED value IS 120 (47.27% from 255) = 41.38%

 GREEN value IS 17 (7.03% from 255) = 5.86%

 BLUE value IS 153 (60.16% from 255) = 52.76%

R = 41.38%
G = 5.86%
B = 52.76%

CMYK

 C value IS 0.22

 M value IS 0.89

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#781199 (or 0x781199) is known color: Dark Magenta. HEX triplet: 78, 11 and 99. RGB value is (120,17,153). Sum of RGB (Red+Green+Blue) = 120+17+153=290 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.38% from 290); Green value is 17 (7.03% from 255 or 5.86% from 290); Blue value is 153 (60.16% from 255 or 52.76% from 290); Max value from RGB is 153 - color contains mainly: blue. Hex color #781199 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781199 is #87EE66. Grayscale: #3E3E3E. Windows color (decimal): -8908391 or 10031480. OLE color: 10031480.

HSL color Cylindrical-coordinate representation of color #781199: hue angle of 285.44º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #781199 is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 120 17 153 -
CMYK 0.22 0.89 0 0.4
HSL 285.44º 0.8% 0.33% -
HSV(B) 285.44º 0.89% 0.6% -
XYZ 13.7 6.69 30.71 -
YUV 63.3 178.62 168.44 -
System Red Green Blue C M Y K H S L
Decimal 120 17 153 0.22 0.89 0 0.4 285.44 0.8 0.33
Hex 78 11 99 16 59 0 28 11D 50 21
Octal 170 21 231 26 131 0 50 435 120 41
Binary 1111000 10001 10011001 10110 1011001 0 101000 100011101 1010000 100001

Color Harmonies of #781199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781199

Black with #781199

Text Example


Text Example

White with #781199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781199; }

 p { color: rgb(120,17,153); }

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

background-color css

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

 a { background-color: rgb(120,17,153); }

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

border-color css

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

 span { border-color: rgb(120,17,153); }

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