#793364

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

Shades of Palatinate Purple #793364

Tints of Palatinate Purple #793364

Color information

#793364 (or 0x793364) is unknown color: approx Palatinate Purple. HEX triplet: 79, 33 and 64. RGB value is (121,51,100). Sum of RGB (Red+Green+Blue) = 121+51+100=272 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.49% from 272); Green value is 51 (20.31% from 255 or 18.75% from 272); Blue value is 100 (39.45% from 255 or 36.76% from 272); Max value from RGB is 121 - color contains mainly: red. Hex color #793364 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793364 is #86CC9B. Grayscale: #4D4D4D. Windows color (decimal): -8834204 or 6566777. OLE color: 6566777.

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

Color convert

RGB12151100-
CMYK00.580.170.53
HSL318º40.7%33.73%-
HSV(B)318º57.85%47.45%-
XYZ11.377.3512.88-
YUV77.52140.69159.02-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.49%
GREEN value IS 51 (20.31% from 255) = 18.75%
BLUE value IS 100 (39.45% from 255) = 36.76%
R=44.49%
G=18.75%
B=36.76%

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
Decimal1215110000.580.170.5331840.733.73
Hex79336403A113513e2922
Octal1716314407221654765142
Binary11110011100111100100011101010001110101100111110101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793364; }

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

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

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

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

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

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

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

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