#791A62

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

Shades of Palatinate Purple #791A62

Tints of Palatinate Purple #791A62

Color information

#791A62 (or 0x791A62) is unknown color: approx Palatinate Purple. HEX triplet: 79, 1A and 62. RGB value is (121,26,98). Sum of RGB (Red+Green+Blue) = 121+26+98=245 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.39% from 245); Green value is 26 (10.55% from 255 or 10.61% from 245); Blue value is 98 (38.67% from 255 or 40% from 245); Max value from RGB is 121 - color contains mainly: red. Hex color #791A62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #791A62 is #86E59D. Grayscale: #3E3E3E. Windows color (decimal): -8840606 or 6429305. OLE color: 6429305.

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

Color convert

RGB1212698-
CMYK00.790.190.53
HSL314.53º64.63%28.82%-
HSV(B)314.53º78.51%47.45%-
XYZ10.465.6912.1-
YUV62.61147.97169.65-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 49.39%
GREEN value IS 26 (10.55% from 255) = 10.61%
BLUE value IS 98 (38.67% from 255) = 40%
R=49.39%
G=10.61%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121269800.790.190.53314.5364.6328.82
Hex791A6204F133513b411d
Octal171321420117236547310135
Binary11110011101011000100100111110011110101100111011100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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