#791A60

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

Shades of Palatinate Purple #791A60

Tints of Palatinate Purple #791A60

Color information

#791A60 (or 0x791A60) is unknown color: approx Palatinate Purple. HEX triplet: 79, 1A and 60. RGB value is (121,26,96). Sum of RGB (Red+Green+Blue) = 121+26+96=243 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.79% from 243); Green value is 26 (10.55% from 255 or 10.70% from 243); Blue value is 96 (37.89% from 255 or 39.51% from 243); Max value from RGB is 121 - color contains mainly: red. Hex color #791A60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #791A60 is #86E59F. Grayscale: #3E3E3E. Windows color (decimal): -8840608 or 6298233. OLE color: 6298233.

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

Color convert

RGB1212696-
CMYK00.790.210.53
HSL315.79º64.63%28.82%-
HSV(B)315.79º78.51%47.45%-
XYZ10.375.6511.61-
YUV62.39146.97169.81-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 49.79%
GREEN value IS 26 (10.55% from 255) = 10.70%
BLUE value IS 96 (37.89% from 255) = 39.51%
R=49.79%
G=10.70%
B=39.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121269600.790.210.53315.7964.6328.82
Hex791A6004F153513c411d
Octal171321400117256547410135
Binary11110011101011000000100111110101110101100111100100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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