#793162

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

Shades of Palatinate Purple #793162

Tints of Palatinate Purple #793162

Color information

#793162 (or 0x793162) is unknown color: approx Palatinate Purple. HEX triplet: 79, 31 and 62. RGB value is (121,49,98). Sum of RGB (Red+Green+Blue) = 121+49+98=268 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.15% from 268); Green value is 49 (19.53% from 255 or 18.28% from 268); Blue value is 98 (38.67% from 255 or 36.57% from 268); Max value from RGB is 121 - color contains mainly: red. Hex color #793162 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793162 is #86CE9D. Grayscale: #4B4B4B. Windows color (decimal): -8834718 or 6435193. OLE color: 6435193.

HSL color Cylindrical-coordinate representation of color #793162: hue angle of 319.17º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #793162 is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB1214998-
CMYK00.600.190.53
HSL319.17º42.35%33.33%-
HSV(B)319.17º59.5%47.45%-
XYZ11.197.1412.34-
YUV76.11140.35160.02-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 45.15%
GREEN value IS 49 (19.53% from 255) = 18.28%
BLUE value IS 98 (38.67% from 255) = 36.57%
R=45.15%
G=18.28%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121499800.600.190.53319.1742.3533.33
Hex79316203C133513f2a21
Octal1716114207423654775241
Binary11110011100011100010011110010011110101100111111101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793162; }

 p { color: rgb(121,49,98); }

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

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

 a { background-color: rgb(121,49,98); }

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

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

 span { border-color: rgb(121,49,98); }

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