#79356B

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

Shades of Palatinate Purple #79356B

Tints of Palatinate Purple #79356B

Color information

#79356B (or 0x79356B) is unknown color: approx Palatinate Purple. HEX triplet: 79, 35 and 6B. RGB value is (121,53,107). Sum of RGB (Red+Green+Blue) = 121+53+107=281 (37% of max value = 765). Red value is 121 (47.66% from 255 or 43.06% from 281); Green value is 53 (21.09% from 255 or 18.86% from 281); Blue value is 107 (42.19% from 255 or 38.08% from 281); Max value from RGB is 121 - color contains mainly: red. Hex color #79356B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79356B is #86CA94. Grayscale: #4F4F4F. Windows color (decimal): -8833685 or 7026041. OLE color: 7026041.

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

Color convert

RGB12153107-
CMYK00.560.120.53
HSL312.35º39.08%34.12%-
HSV(B)312.35º56.2%47.45%-
XYZ11.817.6714.77-
YUV79.49143.53157.61-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 43.06%
GREEN value IS 53 (21.09% from 255) = 18.86%
BLUE value IS 107 (42.19% from 255) = 38.08%
R=43.06%
G=18.86%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1215310700.560.120.53312.3539.0834.12
Hex79356B038C351382722
Octal1716515307014654704742
Binary1111001110101110101101110001100110101100111000100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79356B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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