#791361

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

Shades of Palatinate Purple #791361

Tints of Palatinate Purple #791361

Color information

#791361 (or 0x791361) is unknown color: approx Palatinate Purple. HEX triplet: 79, 13 and 61. RGB value is (121,19,97). Sum of RGB (Red+Green+Blue) = 121+19+97=237 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.05% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 97 (38.28% from 255 or 40.93% from 237); Max value from RGB is 121 - color contains mainly: red. Hex color #791361 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #791361 is #86EC9E. Grayscale: #3A3A3A. Windows color (decimal): -8842399 or 6361977. OLE color: 6361977.

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

Color convert

RGB1211997-
CMYK00.840.200.53
HSL314.12º72.86%27.45%-
HSV(B)314.12º84.3%47.45%-
XYZ10.285.3911.81-
YUV58.39149.79172.66-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 51.05%
GREEN value IS 19 (7.81% from 255) = 8.02%
BLUE value IS 97 (38.28% from 255) = 40.93%
R=51.05%
G=8.02%
B=40.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121199700.840.200.53314.1272.8627.45
Hex791361054143513a491b
Octal171231410124246547211133
Binary11110011001111000010101010010100110101100111010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791361; }

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

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

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

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

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

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

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

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