#792163

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

Shades of Palatinate Purple #792163

Tints of Palatinate Purple #792163

Color information

#792163 (or 0x792163) is unknown color: approx Palatinate Purple. HEX triplet: 79, 21 and 63. RGB value is (121,33,99). Sum of RGB (Red+Green+Blue) = 121+33+99=253 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.83% from 253); Green value is 33 (13.28% from 255 or 13.04% from 253); Blue value is 99 (39.06% from 255 or 39.13% from 253); Max value from RGB is 121 - color contains mainly: red. Hex color #792163 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792163 is #86DE9C. Grayscale: #424242. Windows color (decimal): -8838813 or 6496633. OLE color: 6496633.

HSL color Cylindrical-coordinate representation of color #792163: hue angle of 315º 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 #792163 is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB1213399-
CMYK00.730.180.53
HSL315º57.14%30.2%-
HSV(B)315º72.73%47.45%-
XYZ10.686.0512.41-
YUV66.84146.15166.63-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 47.83%
GREEN value IS 33 (13.28% from 255) = 13.04%
BLUE value IS 99 (39.06% from 255) = 39.13%
R=47.83%
G=13.04%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121339900.730.180.5331557.1430.2
Hex792163049123513b391e
Octal17141143011122654737136
Binary11110011000011100011010010011001011010110011101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792163; }

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

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

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

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

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

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

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

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