#792E64

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

Shades of Palatinate Purple #792E64

Tints of Palatinate Purple #792E64

Color information

#792E64 (or 0x792E64) is unknown color: approx Palatinate Purple. HEX triplet: 79, 2E and 64. RGB value is (121,46,100). Sum of RGB (Red+Green+Blue) = 121+46+100=267 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.32% from 267); Green value is 46 (18.36% from 255 or 17.23% from 267); Blue value is 100 (39.45% from 255 or 37.45% from 267); Max value from RGB is 121 - color contains mainly: red. Hex color #792E64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792E64 is #86D19B. Grayscale: #4A4A4A. Windows color (decimal): -8835484 or 6565497. OLE color: 6565497.

HSL color Cylindrical-coordinate representation of color #792E64: hue angle of 316.8º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #792E64 is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB12146100-
CMYK00.620.170.53
HSL316.8º44.91%32.75%-
HSV(B)316.8º61.98%47.45%-
XYZ11.166.9412.81-
YUV74.58142.35161.11-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 45.32%
GREEN value IS 46 (18.36% from 255) = 17.23%
BLUE value IS 100 (39.45% from 255) = 37.45%
R=45.32%
G=17.23%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1214610000.620.170.53316.844.9132.75
Hex792E6403E113513d2d21
Octal1715614407621654755541
Binary11110011011101100100011111010001110101100111101101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792E64; }

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

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

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

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

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

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

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

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