#791F5D

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

Shades of Palatinate Purple #791F5D

Tints of Palatinate Purple #791F5D

Color information

#791F5D (or 0x791F5D) is unknown color: approx Palatinate Purple. HEX triplet: 79, 1F and 5D. RGB value is (121,31,93). Sum of RGB (Red+Green+Blue) = 121+31+93=245 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.39% from 245); Green value is 31 (12.5% from 255 or 12.65% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 121 - color contains mainly: red. Hex color #791F5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #791F5D is #86E0A2. Grayscale: #404040. Windows color (decimal): -8839331 or 6102905. OLE color: 6102905.

HSL color Cylindrical-coordinate representation of color #791F5D: hue angle of 318.67º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #791F5D is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB1213193-
CMYK00.740.230.53
HSL318.67º59.21%29.8%-
HSV(B)318.67º74.38%47.45%-
XYZ10.355.8410.94-
YUV64.98143.82167.96-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 49.39%
GREEN value IS 31 (12.5% from 255) = 12.65%
BLUE value IS 93 (36.72% from 255) = 37.96%
R=49.39%
G=12.65%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121319300.740.230.53318.6759.2129.8
Hex791F5D04A173513f3b1e
Octal17137135011227654777336
Binary1111001111111011101010010101011111010110011111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791F5D; }

 p { color: rgb(121,31,93); }

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

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

 a { background-color: rgb(121,31,93); }

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

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

 span { border-color: rgb(121,31,93); }

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