#793D6A

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

Shades of Palatinate Purple #793D6A

Tints of Palatinate Purple #793D6A

Color information

#793D6A (or 0x793D6A) is unknown color: approx Palatinate Purple. HEX triplet: 79, 3D and 6A. RGB value is (121,61,106). Sum of RGB (Red+Green+Blue) = 121+61+106=288 (38% of max value = 765). Red value is 121 (47.66% from 255 or 42.01% from 288); Green value is 61 (24.22% from 255 or 21.18% from 288); Blue value is 106 (41.80% from 255 or 36.81% from 288); Max value from RGB is 121 - color contains mainly: red. Hex color #793D6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793D6A is #86C295. Grayscale: #535353. Windows color (decimal): -8831638 or 6962553. OLE color: 6962553.

HSL color Cylindrical-coordinate representation of color #793D6A: hue angle of 315º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #793D6A is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB12161106-
CMYK00.500.120.53
HSL315º32.97%35.69%-
HSV(B)315º49.59%47.45%-
XYZ12.168.4414.62-
YUV84.07140.38154.34-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.01%
GREEN value IS 61 (24.22% from 255) = 21.18%
BLUE value IS 106 (41.80% from 255) = 36.81%
R=42.01%
G=21.18%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1216110600.500.120.5331532.9735.69
Hex793D6A032C3513b2124
Octal1717515206214654734144
Binary1111001111101110101001100101100110101100111011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793D6A; }

 p { color: rgb(121,61,106); }

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

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

 a { background-color: rgb(121,61,106); }

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

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

 span { border-color: rgb(121,61,106); }

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