#792764

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

Shades of Palatinate Purple #792764

Tints of Palatinate Purple #792764

Color information

#792764 (or 0x792764) is unknown color: approx Palatinate Purple. HEX triplet: 79, 27 and 64. RGB value is (121,39,100). Sum of RGB (Red+Green+Blue) = 121+39+100=260 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.54% from 260); Green value is 39 (15.62% from 255 or 15% from 260); Blue value is 100 (39.45% from 255 or 38.46% from 260); Max value from RGB is 121 - color contains mainly: red. Hex color #792764 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792764 is #86D89B. Grayscale: #464646. Windows color (decimal): -8837276 or 6563705. OLE color: 6563705.

HSL color Cylindrical-coordinate representation of color #792764: hue angle of 315.37º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #792764 is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB12139100-
CMYK00.680.170.53
HSL315.37º51.25%31.37%-
HSV(B)315.37º67.77%47.45%-
XYZ10.916.4412.72-
YUV70.47144.67164.04-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.54%
GREEN value IS 39 (15.62% from 255) = 15%
BLUE value IS 100 (39.45% from 255) = 38.46%
R=46.54%
G=15%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1213910000.680.170.53315.3751.2531.37
Hex792764044113513b331f
Octal17147144010421654736337
Binary11110011001111100100010001001000111010110011101111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792764; }

 p { color: rgb(121,39,100); }

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

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

 a { background-color: rgb(121,39,100); }

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

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

 span { border-color: rgb(121,39,100); }

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