#5B2556

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

Shades of Palatinate Purple #5B2556

Tints of Palatinate Purple #5B2556

Color information

#5B2556 (or 0x5B2556) is unknown color: approx Palatinate Purple. HEX triplet: 5B, 25 and 56. RGB value is (91,37,86). Sum of RGB (Red+Green+Blue) = 91+37+86=214 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.52% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 86 (33.98% from 255 or 40.19% from 214); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2556 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B2556 is #A4DAA9. Grayscale: #3A3A3A. Windows color (decimal): -10803882 or 5645659. OLE color: 5645659.

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

Color convert

RGB913786-
CMYK00.590.050.64
HSL305.56º42.19%25.1%-
HSV(B)305.56º59.34%35.69%-
XYZ6.664.229.27-
YUV58.73143.39151.02-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 42.52%
GREEN value IS 37 (14.84% from 255) = 17.29%
BLUE value IS 86 (33.98% from 255) = 40.19%
R=42.52%
G=17.29%
B=40.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.05
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91378600.590.050.64305.5642.1925.1
Hex5B255603B5401322a19
Octal1334512607351004625231
Binary101101110010110101100111011101100000010011001010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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