#791564

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

Shades of Palatinate Purple #791564

Tints of Palatinate Purple #791564

Color information

#791564 (or 0x791564) is unknown color: approx Palatinate Purple. HEX triplet: 79, 15 and 64. RGB value is (121,21,100). Sum of RGB (Red+Green+Blue) = 121+21+100=242 (32% of max value = 765). Red value is 121 (47.66% from 255 or 50% from 242); Green value is 21 (8.59% from 255 or 8.68% from 242); Blue value is 100 (39.45% from 255 or 41.32% from 242); Max value from RGB is 121 - color contains mainly: red. Hex color #791564 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #791564 is #86EA9B. Grayscale: #3B3B3B. Windows color (decimal): -8841884 or 6559097. OLE color: 6559097.

HSL color Cylindrical-coordinate representation of color #791564: hue angle of 312.6º 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 #791564 is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB12121100-
CMYK00.830.170.53
HSL312.6º70.42%27.84%-
HSV(B)312.6º82.64%47.45%-
XYZ10.455.5212.57-
YUV59.91150.63171.58-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 50%
GREEN value IS 21 (8.59% from 255) = 8.68%
BLUE value IS 100 (39.45% from 255) = 41.32%
R=50%
G=8.68%
B=41.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1212110000.830.170.53312.670.4227.84
Hex7915640531135139461c
Octal171251440123216547110634
Binary11110011010111001000101001110001110101100111001100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791564; }

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

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

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

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

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

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

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

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