#793365

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

Shades of Palatinate Purple #793365

Tints of Palatinate Purple #793365

Color information

#793365 (or 0x793365) is unknown color: approx Palatinate Purple. HEX triplet: 79, 33 and 65. RGB value is (121,51,101). Sum of RGB (Red+Green+Blue) = 121+51+101=273 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.32% from 273); Green value is 51 (20.31% from 255 or 18.68% from 273); Blue value is 101 (39.84% from 255 or 37.00% from 273); Max value from RGB is 121 - color contains mainly: red. Hex color #793365 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793365 is #86CC9A. Grayscale: #4D4D4D. Windows color (decimal): -8834203 or 6632313. OLE color: 6632313.

HSL color Cylindrical-coordinate representation of color #793365: hue angle of 317.14º 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 #793365 is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB12151101-
CMYK00.580.170.53
HSL317.14º40.7%33.73%-
HSV(B)317.14º57.85%47.45%-
XYZ11.427.3713.13-
YUV77.63141.19158.93-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.32%
GREEN value IS 51 (20.31% from 255) = 18.68%
BLUE value IS 101 (39.84% from 255) = 37.00%
R=44.32%
G=18.68%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1215110100.580.170.53317.1440.733.73
Hex79336503A113513d2922
Octal1716314507221654755142
Binary11110011100111100101011101010001110101100111101101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793365; }

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

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

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

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

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

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

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

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