Html Css Color HEX #780895 Dark Magenta

📋 copy color: '#780895'

red 120 ◦ green 8 ◦ blue 149

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

Shades of Dark Magenta #780895

Tints of Dark Magenta #780895

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.89%

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

R = 43.32%
G = 2.89%
B = 53.79%

CMYK

 C value IS 0.19

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#780895 (or 0x780895) is known color: Dark Magenta. HEX triplet: 78, 08 and 95. RGB value is (120,8,149). Sum of RGB (Red+Green+Blue) = 120+8+149=277 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.32% from 277); Green value is 8 (3.52% from 255 or 2.89% from 277); Blue value is 149 (58.59% from 255 or 53.79% from 277); Max value from RGB is 149 - color contains mainly: blue. Hex color #780895 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780895 is #87F76A. Grayscale: #393939. Windows color (decimal): -8910699 or 9767032. OLE color: 9767032.

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

Color convert

RGB 120 8 149 -
CMYK 0.19 0.95 0 0.42
HSL 287.66º 0.9% 0.31% -
HSV(B) 287.66º 0.95% 0.58% -
XYZ 13.26 6.34 28.96 -
YUV 57.56 179.61 172.54 -
System Red Green Blue C M Y K H S L
Decimal 120 8 149 0.19 0.95 0 0.42 287.66 0.9 0.31
Hex 78 8 95 13 5F 0 2A 120 5A 1F
Octal 170 10 225 23 137 0 52 440 132 37
Binary 1111000 1000 10010101 10011 1011111 0 101010 100100000 1011010 11111

Color Harmonies of #780895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780895

Black with #780895

Text Example


Text Example

White with #780895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780895; }

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

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

background-color css

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

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

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

border-color css

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

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

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