#792466

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

Shades of Palatinate Purple #792466

Tints of Palatinate Purple #792466

Color information

#792466 (or 0x792466) is unknown color: approx Palatinate Purple. HEX triplet: 79, 24 and 66. RGB value is (121,36,102). Sum of RGB (Red+Green+Blue) = 121+36+102=259 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.72% from 259); Green value is 36 (14.45% from 255 or 13.90% from 259); Blue value is 102 (40.23% from 255 or 39.38% from 259); Max value from RGB is 121 - color contains mainly: red. Hex color #792466 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792466 is #86DB99. Grayscale: #444444. Windows color (decimal): -8838042 or 6694009. OLE color: 6694009.

HSL color Cylindrical-coordinate representation of color #792466: hue angle of 313.41º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #792466 is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB12136102-
CMYK00.700.160.53
HSL313.41º54.14%30.78%-
HSV(B)313.41º70.25%47.45%-
XYZ10.916.2913.21-
YUV68.94146.66165.13-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.72%
GREEN value IS 36 (14.45% from 255) = 13.90%
BLUE value IS 102 (40.23% from 255) = 39.38%
R=46.72%
G=13.90%
B=39.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1213610200.700.160.53313.4154.1430.78
Hex7924660461035139361f
Octal17144146010620654716637
Binary11110011001001100110010001101000011010110011100111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792466; }

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

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

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

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

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

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

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

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