#791A5D

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

Shades of Palatinate Purple #791A5D

Tints of Palatinate Purple #791A5D

Color information

#791A5D (or 0x791A5D) is unknown color: approx Palatinate Purple. HEX triplet: 79, 1A and 5D. RGB value is (121,26,93). Sum of RGB (Red+Green+Blue) = 121+26+93=240 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.42% from 240); Green value is 26 (10.55% from 255 or 10.83% from 240); Blue value is 93 (36.72% from 255 or 38.75% from 240); Max value from RGB is 121 - color contains mainly: red. Hex color #791A5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #791A5D is #86E5A2. Grayscale: #3D3D3D. Windows color (decimal): -8840611 or 6101625. OLE color: 6101625.

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

Color convert

RGB1212693-
CMYK00.790.230.53
HSL317.68º64.63%28.82%-
HSV(B)317.68º78.51%47.45%-
XYZ10.235.5910.9-
YUV62.04145.47170.05-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 50.42%
GREEN value IS 26 (10.55% from 255) = 10.83%
BLUE value IS 93 (36.72% from 255) = 38.75%
R=50.42%
G=10.83%
B=38.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121269300.790.230.53317.6864.6328.82
Hex791A5D04F173513e411d
Octal171321350117276547610135
Binary11110011101010111010100111110111110101100111110100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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