#780BA6

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

Shades of Dark Magenta #780BA6

Tints of Dark Magenta #780BA6

Color information

#780BA6 (or 0x780BA6) is unknown color: approx Dark Magenta. HEX triplet: 78, 0B and A6. RGB value is (120,11,166). Sum of RGB (Red+Green+Blue) = 120+11+166=297 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.40% from 297); Green value is 11 (4.69% from 255 or 3.70% from 297); Blue value is 166 (65.23% from 255 or 55.89% from 297); Max value from RGB is 166 - color contains mainly: blue. Hex color #780BA6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780BA6 is #87F459. Grayscale: #3C3C3C. Windows color (decimal): -8909914 or 10881912. OLE color: 10881912.

HSL color Cylindrical-coordinate representation of color #780BA6: hue angle of 282.19º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #780BA6 is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB12011166-
CMYK0.280.9300.35
HSL282.19º87.57%34.71%-
HSV(B)282.19º93.37%65.1%-
XYZ14.756.9936.65-
YUV61.26187.11169.9-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.40%
GREEN value IS 11 (4.69% from 255) = 3.70%
BLUE value IS 166 (65.23% from 255) = 55.89%
R=40.40%
G=3.70%
B=55.89%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal120111660.280.9300.35282.1987.5734.71
Hex78BA61C5D02311a5823
Octal170132463413504343213043
Binary111100010111010011011100101110101000111000110101011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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