#791562

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

Shades of Palatinate Purple #791562

Tints of Palatinate Purple #791562

Color information

#791562 (or 0x791562) is unknown color: approx Palatinate Purple. HEX triplet: 79, 15 and 62. RGB value is (121,21,98). Sum of RGB (Red+Green+Blue) = 121+21+98=240 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.42% from 240); Green value is 21 (8.59% from 255 or 8.75% from 240); Blue value is 98 (38.67% from 255 or 40.83% from 240); Max value from RGB is 121 - color contains mainly: red. Hex color #791562 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #791562 is #86EA9D. Grayscale: #3B3B3B. Windows color (decimal): -8841886 or 6428025. OLE color: 6428025.

HSL color Cylindrical-coordinate representation of color #791562: hue angle of 313.8º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #791562 is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB1212198-
CMYK00.830.190.53
HSL313.8º70.42%27.84%-
HSV(B)313.8º82.64%47.45%-
XYZ10.365.4812.07-
YUV59.68149.63171.74-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 50.42%
GREEN value IS 21 (8.59% from 255) = 8.75%
BLUE value IS 98 (38.67% from 255) = 40.83%
R=50.42%
G=8.75%
B=40.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121219800.830.190.53313.870.4227.84
Hex791562053133513a461c
Octal171251420123236547210634
Binary11110011010111000100101001110011110101100111010100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791562; }

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

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

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

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

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

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

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

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