Html Css Color HEX #781195 Dark Magenta

📋 copy color: '#781195'

red 120 ◦ green 17 ◦ blue 149

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

Shades of Dark Magenta #781195

Tints of Dark Magenta #781195

RGB

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

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

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

R = 41.96%
G = 5.94%
B = 52.1%

CMYK

 C value IS 0.19

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#781195 (or 0x781195) is known color: Dark Magenta. HEX triplet: 78, 11 and 95. RGB value is (120,17,149). Sum of RGB (Red+Green+Blue) = 120+17+149=286 (37% of max value = 765). Red value is 120 (47.27% from 255 or 41.96% from 286); Green value is 17 (7.03% from 255 or 5.94% from 286); Blue value is 149 (58.59% from 255 or 52.10% from 286); Max value from RGB is 149 - color contains mainly: blue. Hex color #781195 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781195 is #87EE6A. Grayscale: #3E3E3E. Windows color (decimal): -8908395 or 9769336. OLE color: 9769336.

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

Color convert

RGB 120 17 149 -
CMYK 0.19 0.89 0 0.42
HSL 286.82º 0.8% 0.33% -
HSV(B) 286.82º 0.89% 0.58% -
XYZ 13.37 6.56 29 -
YUV 62.85 176.62 168.77 -
System Red Green Blue C M Y K H S L
Decimal 120 17 149 0.19 0.89 0 0.42 286.82 0.8 0.33
Hex 78 11 95 13 59 0 2A 11F 50 21
Octal 170 21 225 23 131 0 52 437 120 41
Binary 1111000 10001 10010101 10011 1011001 0 101010 100011111 1010000 100001

Color Harmonies of #781195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781195

Black with #781195

Text Example


Text Example

White with #781195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781195; }

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

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

background-color css

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

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

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

border-color css

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

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

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