#792D64

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

Shades of Palatinate Purple #792D64

Tints of Palatinate Purple #792D64

Color information

#792D64 (or 0x792D64) is unknown color: approx Palatinate Purple. HEX triplet: 79, 2D and 64. RGB value is (121,45,100). Sum of RGB (Red+Green+Blue) = 121+45+100=266 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.49% from 266); Green value is 45 (17.97% from 255 or 16.92% from 266); Blue value is 100 (39.45% from 255 or 37.59% from 266); Max value from RGB is 121 - color contains mainly: red. Hex color #792D64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792D64 is #86D29B. Grayscale: #494949. Windows color (decimal): -8835740 or 6565241. OLE color: 6565241.

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

Color convert

RGB12145100-
CMYK00.630.170.53
HSL316.58º45.78%32.55%-
HSV(B)316.58º62.81%47.45%-
XYZ11.126.8612.79-
YUV73.99142.68161.53-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 45.49%
GREEN value IS 45 (17.97% from 255) = 16.92%
BLUE value IS 100 (39.45% from 255) = 37.59%
R=45.49%
G=16.92%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1214510000.630.170.53316.5845.7832.55
Hex792D6403F113513d2e21
Octal1715514407721654755641
Binary11110011011011100100011111110001110101100111101101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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