#5B3056

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

Shades of Palatinate Purple #5B3056

Tints of Palatinate Purple #5B3056

Color information

#5B3056 (or 0x5B3056) is unknown color: approx Palatinate Purple. HEX triplet: 5B, 30 and 56. RGB value is (91,48,86). Sum of RGB (Red+Green+Blue) = 91+48+86=225 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.44% from 225); Green value is 48 (19.14% from 255 or 21.33% from 225); Blue value is 86 (33.98% from 255 or 38.22% from 225); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3056 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3056 is #A4CFA9. Grayscale: #414141. Windows color (decimal): -10801066 or 5648475. OLE color: 5648475.

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

Color convert

RGB914886-
CMYK00.470.050.64
HSL306.98º30.94%27.25%-
HSV(B)306.98º47.25%35.69%-
XYZ7.055.019.4-
YUV65.19139.75146.41-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 40.44%
GREEN value IS 48 (19.14% from 255) = 21.33%
BLUE value IS 86 (33.98% from 255) = 38.22%
R=40.44%
G=21.33%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.05
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91488600.470.050.64306.9830.9427.25
Hex5B305602F5401331f1b
Octal1336012605751004633733
Binary10110111100001010110010111110110000001001100111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,48,86); }

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

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

 a { background-color: rgb(91,48,86); }

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

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

 span { border-color: rgb(91,48,86); }

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