#792E66

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

Shades of Palatinate Purple #792E66

Tints of Palatinate Purple #792E66

Color information

#792E66 (or 0x792E66) is unknown color: approx Palatinate Purple. HEX triplet: 79, 2E and 66. RGB value is (121,46,102). Sum of RGB (Red+Green+Blue) = 121+46+102=269 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.98% from 269); Green value is 46 (18.36% from 255 or 17.10% from 269); Blue value is 102 (40.23% from 255 or 37.92% from 269); Max value from RGB is 121 - color contains mainly: red. Hex color #792E66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792E66 is #86D199. Grayscale: #4A4A4A. Windows color (decimal): -8835482 or 6696569. OLE color: 6696569.

HSL color Cylindrical-coordinate representation of color #792E66: hue angle of 315.2º 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 #792E66 is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB12146102-
CMYK00.620.160.53
HSL315.2º44.91%32.75%-
HSV(B)315.2º61.98%47.45%-
XYZ11.266.9813.32-
YUV74.81143.35160.95-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.98%
GREEN value IS 46 (18.36% from 255) = 17.10%
BLUE value IS 102 (40.23% from 255) = 37.92%
R=44.98%
G=17.10%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1214610200.620.160.53315.244.9132.75
Hex792E6603E103513b2d21
Octal1715614607620654735541
Binary11110011011101100110011111010000110101100111011101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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