#791D5C

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

Shades of Palatinate Purple #791D5C

Tints of Palatinate Purple #791D5C

Color information

#791D5C (or 0x791D5C) is unknown color: approx Palatinate Purple. HEX triplet: 79, 1D and 5C. RGB value is (121,29,92). Sum of RGB (Red+Green+Blue) = 121+29+92=242 (32% of max value = 765). Red value is 121 (47.66% from 255 or 50% from 242); Green value is 29 (11.72% from 255 or 11.98% from 242); Blue value is 92 (36.33% from 255 or 38.02% from 242); Max value from RGB is 121 - color contains mainly: red. Hex color #791D5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #791D5C is #86E2A3. Grayscale: #3F3F3F. Windows color (decimal): -8839844 or 6036857. OLE color: 6036857.

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

Color convert

RGB1212992-
CMYK00.760.240.53
HSL318.91º61.33%29.41%-
HSV(B)318.91º76.03%47.45%-
XYZ10.265.7210.69-
YUV63.69143.98168.88-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 50%
GREEN value IS 29 (11.72% from 255) = 11.98%
BLUE value IS 92 (36.33% from 255) = 38.02%
R=50%
G=11.98%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121299200.760.240.53318.9161.3329.41
Hex791D5C04C183513f3d1d
Octal17135134011430654777535
Binary1111001111011011100010011001100011010110011111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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