#791661

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

Shades of Palatinate Purple #791661

Tints of Palatinate Purple #791661

Color information

#791661 (or 0x791661) is unknown color: approx Palatinate Purple. HEX triplet: 79, 16 and 61. RGB value is (121,22,97). Sum of RGB (Red+Green+Blue) = 121+22+97=240 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.42% from 240); Green value is 22 (8.98% from 255 or 9.17% from 240); Blue value is 97 (38.28% from 255 or 40.42% from 240); Max value from RGB is 121 - color contains mainly: red. Hex color #791661 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #791661 is #86E99E. Grayscale: #3B3B3B. Windows color (decimal): -8841631 or 6362745. OLE color: 6362745.

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

Color convert

RGB1212297-
CMYK00.820.200.53
HSL314.55º69.23%28.04%-
HSV(B)314.55º81.82%47.45%-
XYZ10.335.511.83-
YUV60.15148.8171.4-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 50.42%
GREEN value IS 22 (8.98% from 255) = 9.17%
BLUE value IS 97 (38.28% from 255) = 40.42%
R=50.42%
G=9.17%
B=40.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121229700.820.200.53314.5569.2328.04
Hex791661052143513b451c
Octal171261410122246547310534
Binary11110011011011000010101001010100110101100111011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791661; }

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

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

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

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

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

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

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

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