Html Css Color HEX #780195 Dark Magenta

📋 copy color: '#780195'

red 120 ◦ green 1 ◦ blue 149

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

Shades of Dark Magenta #780195

Tints of Dark Magenta #780195

RGB

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

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

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

R = 44.44%
G = 0.37%
B = 55.19%

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

#780195 (or 0x780195) is known color: Dark Magenta. HEX triplet: 78, 01 and 95. RGB value is (120,1,149). Sum of RGB (Red+Green+Blue) = 120+1+149=270 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.44% from 270); Green value is 1 (0.78% from 255 or 0.37% from 270); Blue value is 149 (58.59% from 255 or 55.19% from 270); Max value from RGB is 149 - color contains mainly: blue. Hex color #780195 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780195 is #87FE6A. Grayscale: #343434. Windows color (decimal): -8912491 or 9765240. OLE color: 9765240.

HSL color Cylindrical-coordinate representation of color #780195: hue angle of 288.24º 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 #780195 is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 120 1 149 -
CMYK 0.19 0.99 0 0.42
HSL 288.24º 0.99% 0.29% -
HSV(B) 288.24º 0.99% 0.58% -
XYZ 13.18 6.18 28.93 -
YUV 53.45 181.92 175.47 -
System Red Green Blue C M Y K H S L
Decimal 120 1 149 0.19 0.99 0 0.42 288.24 0.99 0.29
Hex 78 1 95 13 63 0 2A 120 63 1D
Octal 170 1 225 23 143 0 52 440 143 35
Binary 1111000 1 10010101 10011 1100011 0 101010 100100000 1100011 11101

Color Harmonies of #780195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780195

Black with #780195

Text Example


Text Example

White with #780195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780195; }

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

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

background-color css

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

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

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

border-color css

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

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

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