#5B2555

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

Shades of Palatinate Purple #5B2555

Tints of Palatinate Purple #5B2555

Color information

#5B2555 (or 0x5B2555) is unknown color: approx Palatinate Purple. HEX triplet: 5B, 25 and 55. RGB value is (91,37,85). Sum of RGB (Red+Green+Blue) = 91+37+85=213 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.72% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 85 (33.59% from 255 or 39.91% from 213); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2555 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B2555 is #A4DAAA. Grayscale: #3A3A3A. Windows color (decimal): -10803883 or 5580123. OLE color: 5580123.

HSL color Cylindrical-coordinate representation of color #5B2555: hue angle of 306.67º 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 #5B2555 is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.64.

Color convert

RGB913785-
CMYK00.590.070.64
HSL306.67º42.19%25.1%-
HSV(B)306.67º59.34%35.69%-
XYZ6.624.29.06-
YUV58.62142.89151.1-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 42.72%
GREEN value IS 37 (14.84% from 255) = 17.37%
BLUE value IS 85 (33.59% from 255) = 39.91%
R=42.72%
G=17.37%
B=39.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.07
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91378500.590.070.64306.6742.1925.1
Hex5B255503B7401332a19
Octal1334512507371004635231
Binary101101110010110101010111011111100000010011001110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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