#793361

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

Shades of Palatinate Purple #793361

Tints of Palatinate Purple #793361

Color information

#793361 (or 0x793361) is unknown color: approx Palatinate Purple. HEX triplet: 79, 33 and 61. RGB value is (121,51,97). Sum of RGB (Red+Green+Blue) = 121+51+97=269 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.98% from 269); Green value is 51 (20.31% from 255 or 18.96% from 269); Blue value is 97 (38.28% from 255 or 36.06% from 269); Max value from RGB is 121 - color contains mainly: red. Hex color #793361 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793361 is #86CC9E. Grayscale: #4D4D4D. Windows color (decimal): -8834207 or 6370169. OLE color: 6370169.

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

Color convert

RGB1215197-
CMYK00.580.200.53
HSL320.57º40.7%33.73%-
HSV(B)320.57º57.85%47.45%-
XYZ11.237.312.13-
YUV77.17139.19159.26-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.98%
GREEN value IS 51 (20.31% from 255) = 18.96%
BLUE value IS 97 (38.28% from 255) = 36.06%
R=44.98%
G=18.96%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121519700.580.200.53320.5740.733.73
Hex79336103A14351412922
Octal1716314107224655015142
Binary11110011100111100001011101010100110101101000001101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793361; }

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

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

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

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

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

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

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

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