#780BAA

Color #780BAA Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #780BAA

Tints of Dark Magenta #780BAA

Color information

#780BAA (or 0x780BAA) is unknown color: approx Dark Magenta. HEX triplet: 78, 0B and AA. RGB value is (120,11,170). Sum of RGB (Red+Green+Blue) = 120+11+170=301 (39% of max value = 765). Red value is 120 (47.27% from 255 or 39.87% from 301); Green value is 11 (4.69% from 255 or 3.65% from 301); Blue value is 170 (66.80% from 255 or 56.48% from 301); Max value from RGB is 170 - color contains mainly: blue. Hex color #780BAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780BAA is #87F455. Grayscale: #3D3D3D. Windows color (decimal): -8909910 or 11144056. OLE color: 11144056.

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

Color convert

RGB12011170-
CMYK0.290.9400.33
HSL281.13º87.85%35.49%-
HSV(B)281.13º93.53%66.67%-
XYZ15.127.1338.61-
YUV61.72189.11169.57-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.87%
GREEN value IS 11 (4.69% from 255) = 3.65%
BLUE value IS 170 (66.80% from 255) = 56.48%
R=39.87%
G=3.65%
B=56.48%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal120111700.290.9400.33281.1387.8535.49
Hex78BAA1D5E0211195823
Octal170132523513604143113043
Binary111100010111010101011101101111001000011000110011011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #780BAA;
 }
 .AnyTagClassName
 {
   color: #780BAA;
 }
</style>
background-color css

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

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

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

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

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

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