#780493

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

Shades of Dark Magenta #780493

Tints of Dark Magenta #780493

Color information

#780493 (or 0x780493) is unknown color: approx Dark Magenta. HEX triplet: 78, 04 and 93. RGB value is (120,4,147). Sum of RGB (Red+Green+Blue) = 120+4+147=271 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.28% from 271); Green value is 4 (1.95% from 255 or 1.48% from 271); Blue value is 147 (57.81% from 255 or 54.24% from 271); Max value from RGB is 147 - color contains mainly: blue. Hex color #780493 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780493 is #87FB6C. Grayscale: #363636. Windows color (decimal): -8911725 or 9634936. OLE color: 9634936.

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

Color convert

RGB1204147-
CMYK0.180.9700.42
HSL288.67º94.7%29.61%-
HSV(B)288.67º97.28%57.65%-
XYZ13.066.1928.11-
YUV54.99179.93174.37-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.28%
GREEN value IS 4 (1.95% from 255) = 1.48%
BLUE value IS 147 (57.81% from 255) = 54.24%
R=44.28%
G=1.48%
B=54.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12041470.180.9700.42288.6794.729.61
Hex78493126102A1215f1e
Octal17042232214105244113736
Binary1111000100100100111001011000010101010100100001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780493; }

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

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

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

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

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

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

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

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