#78089F

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

Shades of Dark Magenta #78089F

Tints of Dark Magenta #78089F

Color information

#78089F (or 0x78089F) is unknown color: approx Dark Magenta. HEX triplet: 78, 08 and 9F. RGB value is (120,8,159). Sum of RGB (Red+Green+Blue) = 120+8+159=287 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.81% from 287); Green value is 8 (3.52% from 255 or 2.79% from 287); Blue value is 159 (62.5% from 255 or 55.40% from 287); Max value from RGB is 159 - color contains mainly: blue. Hex color #78089F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #78089F is #87F760. Grayscale: #3A3A3A. Windows color (decimal): -8910689 or 10422392. OLE color: 10422392.

HSL color Cylindrical-coordinate representation of color #78089F: hue angle of 284.5º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #78089F is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1208159-
CMYK0.250.9500.38
HSL284.5º90.42%32.75%-
HSV(B)284.5º94.97%62.35%-
XYZ14.096.6733.35-
YUV58.7184.61171.72-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.81%
GREEN value IS 8 (3.52% from 255) = 2.79%
BLUE value IS 159 (62.5% from 255) = 55.40%
R=41.81%
G=2.79%
B=55.40%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal12081590.250.9500.38284.590.4232.75
Hex7889F195F02611d5a21
Octal170102373113704643513241
Binary111100010001001111111001101111101001101000111011011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78089F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78089F; }

 p { color: rgb(120,8,159); }

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

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

 a { background-color: rgb(120,8,159); }

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

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

 span { border-color: rgb(120,8,159); }

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