#791A5F

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

Shades of Palatinate Purple #791A5F

Tints of Palatinate Purple #791A5F

Color information

#791A5F (or 0x791A5F) is unknown color: approx Palatinate Purple. HEX triplet: 79, 1A and 5F. RGB value is (121,26,95). Sum of RGB (Red+Green+Blue) = 121+26+95=242 (32% of max value = 765). Red value is 121 (47.66% from 255 or 50% from 242); Green value is 26 (10.55% from 255 or 10.74% from 242); Blue value is 95 (37.5% from 255 or 39.26% from 242); Max value from RGB is 121 - color contains mainly: red. Hex color #791A5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #791A5F is #86E5A0. Grayscale: #3E3E3E. Windows color (decimal): -8840609 or 6232697. OLE color: 6232697.

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

Color convert

RGB1212695-
CMYK00.790.210.53
HSL316.42º64.63%28.82%-
HSV(B)316.42º78.51%47.45%-
XYZ10.325.6311.37-
YUV62.27146.47169.89-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 50%
GREEN value IS 26 (10.55% from 255) = 10.74%
BLUE value IS 95 (37.5% from 255) = 39.26%
R=50%
G=10.74%
B=39.26%

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
Decimal121269500.790.210.53316.4264.6328.82
Hex791A5F04F153513c411d
Octal171321370117256547410135
Binary11110011101010111110100111110101110101100111100100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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