#780FAA

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

Shades of Dark Magenta #780FAA

Tints of Dark Magenta #780FAA

Color information

#780FAA (or 0x780FAA) is unknown color: approx Dark Magenta. HEX triplet: 78, 0F and AA. RGB value is (120,15,170). Sum of RGB (Red+Green+Blue) = 120+15+170=305 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.34% from 305); Green value is 15 (6.25% from 255 or 4.92% from 305); Blue value is 170 (66.80% from 255 or 55.74% from 305); Max value from RGB is 170 - color contains mainly: blue. Hex color #780FAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780FAA is #87F055. Grayscale: #3F3F3F. Windows color (decimal): -8908886 or 11145080. OLE color: 11145080.

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

Color convert

RGB12015170-
CMYK0.290.9100.33
HSL280.65º83.78%36.27%-
HSV(B)280.65º91.18%66.67%-
XYZ15.177.2438.63-
YUV64.06187.79167.9-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.34%
GREEN value IS 15 (6.25% from 255) = 4.92%
BLUE value IS 170 (66.80% from 255) = 55.74%
R=39.34%
G=4.92%
B=55.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal120151700.290.9100.33280.6583.7836.27
Hex78FAA1D5B0211195424
Octal170172523513304143112444
Binary111100011111010101011101101101101000011000110011010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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