#791260

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

Shades of Palatinate Purple #791260

Tints of Palatinate Purple #791260

Color information

#791260 (or 0x791260) is unknown color: approx Palatinate Purple. HEX triplet: 79, 12 and 60. RGB value is (121,18,96). Sum of RGB (Red+Green+Blue) = 121+18+96=235 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.49% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 96 (37.89% from 255 or 40.85% from 235); Max value from RGB is 121 - color contains mainly: red. Hex color #791260 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #791260 is #86ED9F. Grayscale: #393939. Windows color (decimal): -8842656 or 6296185. OLE color: 6296185.

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

Color convert

RGB1211896-
CMYK00.850.210.53
HSL314.56º74.1%27.25%-
HSV(B)314.56º85.12%47.45%-
XYZ10.215.3411.56-
YUV57.69149.62173.16-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 51.49%
GREEN value IS 18 (7.42% from 255) = 7.66%
BLUE value IS 96 (37.89% from 255) = 40.85%
R=51.49%
G=7.66%
B=40.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121189600.850.210.53314.5674.127.25
Hex791260055153513b4a1b
Octal171221400125256547311233
Binary11110011001011000000101010110101110101100111011100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791260; }

 p { color: rgb(121,18,96); }

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

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

 a { background-color: rgb(121,18,96); }

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

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

 span { border-color: rgb(121,18,96); }

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