#792164

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

Shades of Palatinate Purple #792164

Tints of Palatinate Purple #792164

Color information

#792164 (or 0x792164) is unknown color: approx Palatinate Purple. HEX triplet: 79, 21 and 64. RGB value is (121,33,100). Sum of RGB (Red+Green+Blue) = 121+33+100=254 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.64% from 254); Green value is 33 (13.28% from 255 or 12.99% from 254); Blue value is 100 (39.45% from 255 or 39.37% from 254); Max value from RGB is 121 - color contains mainly: red. Hex color #792164 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792164 is #86DE9B. Grayscale: #424242. Windows color (decimal): -8838812 or 6562169. OLE color: 6562169.

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

Color convert

RGB12133100-
CMYK00.730.170.53
HSL314.32º57.14%30.2%-
HSV(B)314.32º72.73%47.45%-
XYZ10.736.0712.66-
YUV66.95146.65166.55-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 47.64%
GREEN value IS 33 (13.28% from 255) = 12.99%
BLUE value IS 100 (39.45% from 255) = 39.37%
R=47.64%
G=12.99%
B=39.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1213310000.730.170.53314.3257.1430.2
Hex792164049113513a391e
Octal17141144011121654727136
Binary11110011000011100100010010011000111010110011101011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792164; }

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

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

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

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

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

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

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

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