#793260

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

Shades of Palatinate Purple #793260

Tints of Palatinate Purple #793260

Color information

#793260 (or 0x793260) is unknown color: approx Palatinate Purple. HEX triplet: 79, 32 and 60. RGB value is (121,50,96). Sum of RGB (Red+Green+Blue) = 121+50+96=267 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.32% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 96 (37.89% from 255 or 35.96% from 267); Max value from RGB is 121 - color contains mainly: red. Hex color #793260 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793260 is #86CD9F. Grayscale: #4C4C4C. Windows color (decimal): -8834464 or 6304377. OLE color: 6304377.

HSL color Cylindrical-coordinate representation of color #793260: hue angle of 321.13º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #793260 is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB1215096-
CMYK00.590.210.53
HSL321.13º41.52%33.53%-
HSV(B)321.13º58.68%47.45%-
XYZ11.147.1911.87-
YUV76.47139.02159.76-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 45.32%
GREEN value IS 50 (19.92% from 255) = 18.73%
BLUE value IS 96 (37.89% from 255) = 35.96%
R=45.32%
G=18.73%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121509600.590.210.53321.1341.5233.53
Hex79326003B15351412a22
Octal1716214007325655015242
Binary11110011100101100000011101110101110101101000001101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793260; }

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

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

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

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

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

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

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

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