#791370

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

Shades of Dark Purple #791370

Tints of Dark Purple #791370

Color information

#791370 (or 0x791370) is unknown color: approx Dark Purple. HEX triplet: 79, 13 and 70. RGB value is (121,19,112). Sum of RGB (Red+Green+Blue) = 121+19+112=252 (33% of max value = 765). Red value is 121 (47.66% from 255 or 48.02% from 252); Green value is 19 (7.81% from 255 or 7.54% from 252); Blue value is 112 (44.14% from 255 or 44.44% from 252); Max value from RGB is 121 - color contains mainly: red. Hex color #791370 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #791370 is #86EC8F. Grayscale: #3B3B3B. Windows color (decimal): -8842384 or 7345017. OLE color: 7345017.

HSL color Cylindrical-coordinate representation of color #791370: hue angle of 305.29º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #791370 is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB12119112-
CMYK00.840.070.53
HSL305.29º72.86%27.45%-
HSV(B)305.29º84.3%47.45%-
XYZ11.045.715.85-
YUV60.1157.29171.44-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 48.02%
GREEN value IS 19 (7.81% from 255) = 7.54%
BLUE value IS 112 (44.14% from 255) = 44.44%
R=48.02%
G=7.54%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211911200.840.070.53305.2972.8627.45
Hex791370054735131491b
Octal17123160012476546111133
Binary111100110011111000001010100111110101100110001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791370; }

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

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

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

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

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

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

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

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