#793066

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

Shades of Palatinate Purple #793066

Tints of Palatinate Purple #793066

Color information

#793066 (or 0x793066) is unknown color: approx Palatinate Purple. HEX triplet: 79, 30 and 66. RGB value is (121,48,102). Sum of RGB (Red+Green+Blue) = 121+48+102=271 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.65% from 271); Green value is 48 (19.14% from 255 or 17.71% from 271); Blue value is 102 (40.23% from 255 or 37.64% from 271); Max value from RGB is 121 - color contains mainly: red. Hex color #793066 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793066 is #86CF99. Grayscale: #4B4B4B. Windows color (decimal): -8834970 or 6697081. OLE color: 6697081.

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

Color convert

RGB12148102-
CMYK00.600.160.53
HSL315.62º43.2%33.14%-
HSV(B)315.62º60.33%47.45%-
XYZ11.347.1413.35-
YUV75.98142.68160.11-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.65%
GREEN value IS 48 (19.14% from 255) = 17.71%
BLUE value IS 102 (40.23% from 255) = 37.64%
R=44.65%
G=17.71%
B=37.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1214810200.600.160.53315.6243.233.14
Hex79306603C103513c2b21
Octal1716014607420654745341
Binary11110011100001100110011110010000110101100111100101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793066; }

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

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

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

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

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

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

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

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