#793060

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

Shades of Palatinate Purple #793060

Tints of Palatinate Purple #793060

Color information

#793060 (or 0x793060) is unknown color: approx Palatinate Purple. HEX triplet: 79, 30 and 60. RGB value is (121,48,96). Sum of RGB (Red+Green+Blue) = 121+48+96=265 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.66% from 265); Green value is 48 (19.14% from 255 or 18.11% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 121 - color contains mainly: red. Hex color #793060 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793060 is #86CF9F. Grayscale: #4B4B4B. Windows color (decimal): -8834976 or 6303865. OLE color: 6303865.

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

Color convert

RGB1214896-
CMYK00.600.210.53
HSL320.55º43.2%33.14%-
HSV(B)320.55º60.33%47.45%-
XYZ11.057.0211.84-
YUV75.3139.68160.6-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 45.66%
GREEN value IS 48 (19.14% from 255) = 18.11%
BLUE value IS 96 (37.89% from 255) = 36.23%
R=45.66%
G=18.11%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121489600.600.210.53320.5543.233.14
Hex79306003C15351412b21
Octal1716014007425655015341
Binary11110011100001100000011110010101110101101000001101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793060; }

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

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

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

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

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

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

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

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