#793366

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

Shades of Palatinate Purple #793366

Tints of Palatinate Purple #793366

Color information

#793366 (or 0x793366) is unknown color: approx Palatinate Purple. HEX triplet: 79, 33 and 66. RGB value is (121,51,102). Sum of RGB (Red+Green+Blue) = 121+51+102=274 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.16% from 274); Green value is 51 (20.31% from 255 or 18.61% from 274); Blue value is 102 (40.23% from 255 or 37.23% from 274); Max value from RGB is 121 - color contains mainly: red. Hex color #793366 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793366 is #86CC99. Grayscale: #4D4D4D. Windows color (decimal): -8834202 or 6697849. OLE color: 6697849.

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

Color convert

RGB12151102-
CMYK00.580.160.53
HSL316.29º40.7%33.73%-
HSV(B)316.29º57.85%47.45%-
XYZ11.477.3913.39-
YUV77.74141.69158.85-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.16%
GREEN value IS 51 (20.31% from 255) = 18.61%
BLUE value IS 102 (40.23% from 255) = 37.23%
R=44.16%
G=18.61%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1215110200.580.160.53316.2940.733.73
Hex79336603A103513c2922
Octal1716314607220654745142
Binary11110011100111100110011101010000110101100111100101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793366; }

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

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

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

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

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

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

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

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