#791398

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

Shades of Dark Magenta #791398

Tints of Dark Magenta #791398

Color information

#791398 (or 0x791398) is unknown color: approx Dark Magenta. HEX triplet: 79, 13 and 98. RGB value is (121,19,152). Sum of RGB (Red+Green+Blue) = 121+19+152=292 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.44% from 292); Green value is 19 (7.81% from 255 or 6.51% from 292); Blue value is 152 (59.77% from 255 or 52.05% from 292); Max value from RGB is 152 - color contains mainly: blue. Hex color #791398 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #791398 is #86EC67. Grayscale: #404040. Windows color (decimal): -8842344 or 9966457. OLE color: 9966457.

HSL color Cylindrical-coordinate representation of color #791398: hue angle of 286.02º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #791398 is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB12119152-
CMYK0.200.8700.40
HSL286.02º77.78%33.53%-
HSV(B)286.02º87.5%59.61%-
XYZ13.796.830.29-
YUV64.66177.29168.19-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.44%
GREEN value IS 19 (7.81% from 255) = 6.51%
BLUE value IS 152 (59.77% from 255) = 52.05%
R=41.44%
G=6.51%
B=52.05%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal121191520.200.8700.40286.0277.7833.53
Hex791398145702811e4e22
Octal171232302412705043611642
Binary1111001100111001100010100101011101010001000111101001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791398; }

 p { color: rgb(121,19,152); }

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

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

 a { background-color: rgb(121,19,152); }

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

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

 span { border-color: rgb(121,19,152); }

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