#791A5C

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

Shades of Palatinate Purple #791A5C

Tints of Palatinate Purple #791A5C

Color information

#791A5C (or 0x791A5C) is unknown color: approx Palatinate Purple. HEX triplet: 79, 1A and 5C. RGB value is (121,26,92). Sum of RGB (Red+Green+Blue) = 121+26+92=239 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.63% from 239); Green value is 26 (10.55% from 255 or 10.88% from 239); Blue value is 92 (36.33% from 255 or 38.49% from 239); Max value from RGB is 121 - color contains mainly: red. Hex color #791A5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #791A5C is #86E5A3. Grayscale: #3D3D3D. Windows color (decimal): -8840612 or 6036089. OLE color: 6036089.

HSL color Cylindrical-coordinate representation of color #791A5C: hue angle of 318.32º 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 #791A5C is Cyan = 0, Magento = 0.79, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB1212692-
CMYK00.790.240.53
HSL318.32º64.63%28.82%-
HSV(B)318.32º78.51%47.45%-
XYZ10.195.5810.66-
YUV61.93144.97170.13-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 50.63%
GREEN value IS 26 (10.55% from 255) = 10.88%
BLUE value IS 92 (36.33% from 255) = 38.49%
R=50.63%
G=10.88%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121269200.790.240.53318.3264.6328.82
Hex791A5C04F183513e411d
Octal171321340117306547610135
Binary11110011101010111000100111111000110101100111110100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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