#780993

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

Shades of Dark Magenta #780993

Tints of Dark Magenta #780993

Color information

#780993 (or 0x780993) is unknown color: approx Dark Magenta. HEX triplet: 78, 09 and 93. RGB value is (120,9,147). Sum of RGB (Red+Green+Blue) = 120+9+147=276 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.48% from 276); Green value is 9 (3.91% from 255 or 3.26% from 276); Blue value is 147 (57.81% from 255 or 53.26% from 276); Max value from RGB is 147 - color contains mainly: blue. Hex color #780993 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780993 is #87F66C. Grayscale: #393939. Windows color (decimal): -8910445 or 9636216. OLE color: 9636216.

HSL color Cylindrical-coordinate representation of color #780993: hue angle of 288.26º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #780993 is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1209147-
CMYK0.180.9400.42
HSL288.26º88.46%30.59%-
HSV(B)288.26º93.88%57.65%-
XYZ13.116.328.13-
YUV57.92178.27172.28-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.48%
GREEN value IS 9 (3.91% from 255) = 3.26%
BLUE value IS 147 (57.81% from 255) = 53.26%
R=43.48%
G=3.26%
B=53.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12091470.180.9400.42288.2688.4630.59
Hex78993125E02A120581f
Octal170112232213605244013037
Binary11110001001100100111001010111100101010100100000101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780993; }

 p { color: rgb(120,9,147); }

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

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

 a { background-color: rgb(120,9,147); }

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

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

 span { border-color: rgb(120,9,147); }

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