Html Css Color HEX #780CAA Dark Magenta

📋 copy color: '#780CAA'

red 120 ◦ green 12 ◦ blue 170

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

Shades of Dark Magenta #780CAA

Tints of Dark Magenta #780CAA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.97%

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

R = 39.74%
G = 3.97%
B = 56.29%

CMYK

 C value IS 0.29

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#780CAA (or 0x780CAA) is known color: Dark Magenta. HEX triplet: 78, 0C and AA. RGB value is (120,12,170). Sum of RGB (Red+Green+Blue) = 120+12+170=302 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.74% from 302); Green value is 12 (5.08% from 255 or 3.97% from 302); Blue value is 170 (66.80% from 255 or 56.29% from 302); Max value from RGB is 170 - color contains mainly: blue. Hex color #780CAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780CAA is #87F355. Grayscale: #3D3D3D. Windows color (decimal): -8909654 or 11144312. OLE color: 11144312.

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

Color convert

RGB 120 12 170 -
CMYK 0.29 0.93 0 0.33
HSL 281.01º 0.87% 0.36% -
HSV(B) 281.01º 0.93% 0.67% -
XYZ 15.13 7.16 38.61 -
YUV 62.3 188.78 169.15 -
System Red Green Blue C M Y K H S L
Decimal 120 12 170 0.29 0.93 0 0.33 281.01 0.87 0.36
Hex 78 C AA 1D 5D 0 21 119 57 24
Octal 170 14 252 35 135 0 41 431 127 44
Binary 1111000 1100 10101010 11101 1011101 0 100001 100011001 1010111 100100

Color Harmonies of #780CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780CAA

Black with #780CAA

Text Example


Text Example

White with #780CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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