#79225B

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

Shades of Palatinate Purple #79225B

Tints of Palatinate Purple #79225B

Color information

#79225B (or 0x79225B) is unknown color: approx Palatinate Purple. HEX triplet: 79, 22 and 5B. RGB value is (121,34,91). Sum of RGB (Red+Green+Blue) = 121+34+91=246 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.19% from 246); Green value is 34 (13.67% from 255 or 13.82% from 246); Blue value is 91 (35.94% from 255 or 36.99% from 246); Max value from RGB is 121 - color contains mainly: red. Hex color #79225B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79225B is #86DDA4. Grayscale: #424242. Windows color (decimal): -8838565 or 5972601. OLE color: 5972601.

HSL color Cylindrical-coordinate representation of color #79225B: hue angle of 320.69º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #79225B is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB1213491-
CMYK00.720.250.53
HSL320.69º56.13%30.39%-
HSV(B)320.69º71.9%47.45%-
XYZ10.355.9610.5-
YUV66.51141.82166.87-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 49.19%
GREEN value IS 34 (13.67% from 255) = 13.82%
BLUE value IS 91 (35.94% from 255) = 36.99%
R=49.19%
G=13.82%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121349100.720.250.53320.6956.1330.39
Hex79225B0481935141381e
Octal17142133011031655017036
Binary11110011000101011011010010001100111010110100000111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79225B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79225B; }

 p { color: rgb(121,34,91); }

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

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

 a { background-color: rgb(121,34,91); }

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

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

 span { border-color: rgb(121,34,91); }

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