Html Css Color HEX #780EAA Dark Magenta

📋 copy color: '#780EAA'

red 120 ◦ green 14 ◦ blue 170

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

Shades of Dark Magenta #780EAA

Tints of Dark Magenta #780EAA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.61%

 BLUE value IS 170 (66.8% from 255) = 55.92%

R = 39.47%
G = 4.61%
B = 55.92%

CMYK

 C value IS 0.29

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#780EAA (or 0x780EAA) is known color: Dark Magenta. HEX triplet: 78, 0E and AA. RGB value is (120,14,170). Sum of RGB (Red+Green+Blue) = 120+14+170=304 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.47% from 304); Green value is 14 (5.86% from 255 or 4.61% from 304); Blue value is 170 (66.80% from 255 or 55.92% from 304); Max value from RGB is 170 - color contains mainly: blue. Hex color #780EAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780EAA is #87F155. Grayscale: #3E3E3E. Windows color (decimal): -8909142 or 11144824. OLE color: 11144824.

HSL color Cylindrical-coordinate representation of color #780EAA: hue angle of 280.77º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #780EAA is Cyan = 0.29, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 120 14 170 -
CMYK 0.29 0.92 0 0.33
HSL 280.77º 0.85% 0.36% -
HSV(B) 280.77º 0.92% 0.67% -
XYZ 15.16 7.21 38.62 -
YUV 63.48 188.12 168.32 -
System Red Green Blue C M Y K H S L
Decimal 120 14 170 0.29 0.92 0 0.33 280.77 0.85 0.36
Hex 78 E AA 1D 5C 0 21 119 55 24
Octal 170 16 252 35 134 0 41 431 125 44
Binary 1111000 1110 10101010 11101 1011100 0 100001 100011001 1010101 100100

Color Harmonies of #780EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780EAA

Black with #780EAA

Text Example


Text Example

White with #780EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780EAA; }

 p { color: rgb(120,14,170); }

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

background-color css

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

 a { background-color: rgb(120,14,170); }

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

border-color css

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

 span { border-color: rgb(120,14,170); }

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