#78029D

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

Shades of Dark Magenta #78029D

Tints of Dark Magenta #78029D

Color information

#78029D (or 0x78029D) is unknown color: approx Dark Magenta. HEX triplet: 78, 02 and 9D. RGB value is (120,2,157). Sum of RGB (Red+Green+Blue) = 120+2+157=279 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.01% from 279); Green value is 2 (1.17% from 255 or 0.72% from 279); Blue value is 157 (61.72% from 255 or 56.27% from 279); Max value from RGB is 157 - color contains mainly: blue. Hex color #78029D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #78029D is #87FD62. Grayscale: #363636. Windows color (decimal): -8912227 or 10289784. OLE color: 10289784.

HSL color Cylindrical-coordinate representation of color #78029D: hue angle of 285.68º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #78029D is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1202157-
CMYK0.240.9900.38
HSL285.68º97.48%31.18%-
HSV(B)285.68º98.73%61.57%-
XYZ13.856.4732.42-
YUV54.95185.59174.4-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.01%
GREEN value IS 2 (1.17% from 255) = 0.72%
BLUE value IS 157 (61.72% from 255) = 56.27%
R=43.01%
G=0.72%
B=56.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal12021570.240.9900.38285.6897.4831.18
Hex7829D186302611e611f
Octal17022353014304643614137
Binary111100010100111011100011000110100110100011110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78029D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78029D; }

 p { color: rgb(120,2,157); }

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

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

 a { background-color: rgb(120,2,157); }

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

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

 span { border-color: rgb(120,2,157); }

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