#79366A

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

Shades of Palatinate Purple #79366A

Tints of Palatinate Purple #79366A

Color information

#79366A (or 0x79366A) is unknown color: approx Palatinate Purple. HEX triplet: 79, 36 and 6A. RGB value is (121,54,106). Sum of RGB (Red+Green+Blue) = 121+54+106=281 (37% of max value = 765). Red value is 121 (47.66% from 255 or 43.06% from 281); Green value is 54 (21.48% from 255 or 19.22% from 281); Blue value is 106 (41.80% from 255 or 37.72% from 281); Max value from RGB is 121 - color contains mainly: red. Hex color #79366A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79366A is #86C995. Grayscale: #4F4F4F. Windows color (decimal): -8833430 or 6960761. OLE color: 6960761.

HSL color Cylindrical-coordinate representation of color #79366A: hue angle of 313.43º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #79366A is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB12154106-
CMYK00.550.120.53
HSL313.43º38.29%34.31%-
HSV(B)313.43º55.37%47.45%-
XYZ11.817.7414.51-
YUV79.96142.7157.27-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 43.06%
GREEN value IS 54 (21.48% from 255) = 19.22%
BLUE value IS 106 (41.80% from 255) = 37.72%
R=43.06%
G=19.22%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1215410600.550.120.53313.4338.2934.31
Hex79366A037C351392622
Octal1716615206714654714642
Binary1111001110110110101001101111100110101100111001100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79366A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79366A; }

 p { color: rgb(121,54,106); }

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

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

 a { background-color: rgb(121,54,106); }

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

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

 span { border-color: rgb(121,54,106); }

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