#5C3156

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

Shades of Palatinate Purple #5C3156

Tints of Palatinate Purple #5C3156

Color information

#5C3156 (or 0x5C3156) is unknown color: approx Palatinate Purple. HEX triplet: 5C, 31 and 56. RGB value is (92,49,86). Sum of RGB (Red+Green+Blue) = 92+49+86=227 (30% of max value = 765). Red value is 92 (36.33% from 255 or 40.53% from 227); Green value is 49 (19.53% from 255 or 21.59% from 227); Blue value is 86 (33.98% from 255 or 37.89% from 227); Max value from RGB is 92 - color contains mainly: red. Hex color #5C3156 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C3156 is #A3CEA9. Grayscale: #414141. Windows color (decimal): -10735274 or 5648732. OLE color: 5648732.

HSL color Cylindrical-coordinate representation of color #5C3156: hue angle of 308.37º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5C3156 is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.64.

Color convert

RGB924986-
CMYK00.470.070.64
HSL308.37º30.5%27.65%-
HSV(B)308.37º46.74%36.08%-
XYZ7.195.149.42-
YUV66.08139.25146.49-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 40.53%
GREEN value IS 49 (19.53% from 255) = 21.59%
BLUE value IS 86 (33.98% from 255) = 37.89%
R=40.53%
G=21.59%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.07
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92498600.470.070.64308.3730.527.65
Hex5C315602F7401341e1c
Octal1346112605771004643634
Binary10111001100011010110010111111110000001001101001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C3156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C3156; }

 p { color: rgb(92,49,86); }

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

<style>
 a { background-color: #5C3156; }

 a { background-color: rgb(92,49,86); }

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

<style>
 span { border-color: #5C3156; }

 span { border-color: rgb(92,49,86); }

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