#791061

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

Shades of Palatinate Purple #791061

Tints of Palatinate Purple #791061

Color information

#791061 (or 0x791061) is unknown color: approx Palatinate Purple. HEX triplet: 79, 10 and 61. RGB value is (121,16,97). Sum of RGB (Red+Green+Blue) = 121+16+97=234 (30% of max value = 765). Red value is 121 (47.66% from 255 or 51.71% from 234); Green value is 16 (6.64% from 255 or 6.84% from 234); Blue value is 97 (38.28% from 255 or 41.45% from 234); Max value from RGB is 121 - color contains mainly: red. Hex color #791061 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #791061 is #86EF9E. Grayscale: #383838. Windows color (decimal): -8843167 or 6361209. OLE color: 6361209.

HSL color Cylindrical-coordinate representation of color #791061: hue angle of 313.71º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #791061 is Cyan = 0, Magento = 0.87, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB1211697-
CMYK00.870.200.53
HSL313.71º76.64%26.86%-
HSV(B)313.71º86.78%47.45%-
XYZ10.235.311.79-
YUV56.63150.79173.91-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 51.71%
GREEN value IS 16 (6.64% from 255) = 6.84%
BLUE value IS 97 (38.28% from 255) = 41.45%
R=51.71%
G=6.84%
B=41.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121169700.870.200.53313.7176.6426.86
Hex791061057143513a4d1b
Octal171201410127246547211533
Binary11110011000011000010101011110100110101100111010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791061; }

 p { color: rgb(121,16,97); }

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

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

 a { background-color: rgb(121,16,97); }

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

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

 span { border-color: rgb(121,16,97); }

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