#79295F

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

Shades of Palatinate Purple #79295F

Tints of Palatinate Purple #79295F

Color information

#79295F (or 0x79295F) is unknown color: approx Palatinate Purple. HEX triplet: 79, 29 and 5F. RGB value is (121,41,95). Sum of RGB (Red+Green+Blue) = 121+41+95=257 (34% of max value = 765). Red value is 121 (47.66% from 255 or 47.08% from 257); Green value is 41 (16.41% from 255 or 15.95% from 257); Blue value is 95 (37.5% from 255 or 36.96% from 257); Max value from RGB is 121 - color contains mainly: red. Hex color #79295F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79295F is #86D6A0. Grayscale: #464646. Windows color (decimal): -8836769 or 6236537. OLE color: 6236537.

HSL color Cylindrical-coordinate representation of color #79295F: hue angle of 319.5º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #79295F is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB1214195-
CMYK00.660.210.53
HSL319.5º49.38%31.76%-
HSV(B)319.5º66.12%47.45%-
XYZ10.746.4811.51-
YUV71.08141.5163.61-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 47.08%
GREEN value IS 41 (16.41% from 255) = 15.95%
BLUE value IS 95 (37.5% from 255) = 36.96%
R=47.08%
G=15.95%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121419500.660.210.53319.549.3831.76
Hex79295F04215351403120
Octal17151137010225655006140
Binary111100110100110111110100001010101110101101000000110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79295F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79295F; }

 p { color: rgb(121,41,95); }

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

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

 a { background-color: rgb(121,41,95); }

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

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

 span { border-color: rgb(121,41,95); }

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