Html Css Color HEX #780194 Dark Magenta

📋 copy color: '#780194'

red 120 ◦ green 1 ◦ blue 148

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

Shades of Dark Magenta #780194

Tints of Dark Magenta #780194

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

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

R = 44.61%
G = 0.37%
B = 55.02%

CMYK

 C value IS 0.19

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#780194 (or 0x780194) is known color: Dark Magenta. HEX triplet: 78, 01 and 94. RGB value is (120,1,148). Sum of RGB (Red+Green+Blue) = 120+1+148=269 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.61% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 148 (58.20% from 255 or 55.02% from 269); Max value from RGB is 148 - color contains mainly: blue. Hex color #780194 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780194 is #87FE6B. Grayscale: #343434. Windows color (decimal): -8912492 or 9699704. OLE color: 9699704.

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

Color convert

RGB 120 1 148 -
CMYK 0.19 0.99 0 0.42
HSL 288.57º 0.99% 0.29% -
HSV(B) 288.57º 0.99% 0.58% -
XYZ 13.1 6.15 28.51 -
YUV 53.34 181.42 175.55 -
System Red Green Blue C M Y K H S L
Decimal 120 1 148 0.19 0.99 0 0.42 288.57 0.99 0.29
Hex 78 1 94 13 63 0 2A 121 63 1D
Octal 170 1 224 23 143 0 52 441 143 35
Binary 1111000 1 10010100 10011 1100011 0 101010 100100001 1100011 11101

Color Harmonies of #780194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780194

Black with #780194

Text Example


Text Example

White with #780194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780194; }

 p { color: rgb(120,1,148); }

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

background-color css

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

 a { background-color: rgb(120,1,148); }

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

border-color css

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

 span { border-color: rgb(120,1,148); }

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