#79366B

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

Shades of Palatinate Purple #79366B

Tints of Palatinate Purple #79366B

Color information

#79366B (or 0x79366B) is unknown color: approx Palatinate Purple. HEX triplet: 79, 36 and 6B. RGB value is (121,54,107). Sum of RGB (Red+Green+Blue) = 121+54+107=282 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.91% from 282); Green value is 54 (21.48% from 255 or 19.15% from 282); Blue value is 107 (42.19% from 255 or 37.94% from 282); Max value from RGB is 121 - color contains mainly: red. Hex color #79366B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79366B is #86C994. Grayscale: #4F4F4F. Windows color (decimal): -8833429 or 7026297. OLE color: 7026297.

HSL color Cylindrical-coordinate representation of color #79366B: hue angle of 312.54º 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 #79366B is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB12154107-
CMYK00.550.120.53
HSL312.54º38.29%34.31%-
HSV(B)312.54º55.37%47.45%-
XYZ11.867.7614.78-
YUV80.07143.2157.19-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.91%
GREEN value IS 54 (21.48% from 255) = 19.15%
BLUE value IS 107 (42.19% from 255) = 37.94%
R=42.91%
G=19.15%
B=37.94%

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
Decimal1215410700.550.120.53312.5438.2934.31
Hex79366B037C351392622
Octal1716615306714654714642
Binary1111001110110110101101101111100110101100111001100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79366B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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