#791E5C

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

Shades of Palatinate Purple #791E5C

Tints of Palatinate Purple #791E5C

Color information

#791E5C (or 0x791E5C) is unknown color: approx Palatinate Purple. HEX triplet: 79, 1E and 5C. RGB value is (121,30,92). Sum of RGB (Red+Green+Blue) = 121+30+92=243 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.79% from 243); Green value is 30 (12.11% from 255 or 12.35% from 243); Blue value is 92 (36.33% from 255 or 37.86% from 243); Max value from RGB is 121 - color contains mainly: red. Hex color #791E5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #791E5C is #86E1A3. Grayscale: #404040. Windows color (decimal): -8839588 or 6037113. OLE color: 6037113.

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

Color convert

RGB1213092-
CMYK00.750.240.53
HSL319.12º60.26%29.61%-
HSV(B)319.12º75.21%47.45%-
XYZ10.285.7710.7-
YUV64.28143.65168.46-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 49.79%
GREEN value IS 30 (12.11% from 255) = 12.35%
BLUE value IS 92 (36.33% from 255) = 37.86%
R=49.79%
G=12.35%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121309200.750.240.53319.1260.2629.61
Hex791E5C04B183513f3c1e
Octal17136134011330654777436
Binary1111001111101011100010010111100011010110011111111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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