#79376A

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

Shades of Palatinate Purple #79376A

Tints of Palatinate Purple #79376A

Color information

#79376A (or 0x79376A) is unknown color: approx Palatinate Purple. HEX triplet: 79, 37 and 6A. RGB value is (121,55,106). Sum of RGB (Red+Green+Blue) = 121+55+106=282 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.91% from 282); Green value is 55 (21.88% from 255 or 19.50% from 282); Blue value is 106 (41.80% from 255 or 37.59% from 282); Max value from RGB is 121 - color contains mainly: red. Hex color #79376A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79376A is #86C895. Grayscale: #505050. Windows color (decimal): -8833174 or 6961017. OLE color: 6961017.

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

Color convert

RGB12155106-
CMYK00.550.120.53
HSL313.64º37.5%34.51%-
HSV(B)313.64º54.55%47.45%-
XYZ11.857.8414.52-
YUV80.55142.37156.85-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.91%
GREEN value IS 55 (21.88% from 255) = 19.50%
BLUE value IS 106 (41.80% from 255) = 37.59%
R=42.91%
G=19.50%
B=37.59%

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
Decimal1215510600.550.120.53313.6437.534.51
Hex79376A037C3513a2623
Octal1716715206714654724643
Binary1111001110111110101001101111100110101100111010100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79376A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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