#5B2151

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

Shades of Palatinate Purple #5B2151

Tints of Palatinate Purple #5B2151

Color information

#5B2151 (or 0x5B2151) is unknown color: approx Palatinate Purple. HEX triplet: 5B, 21 and 51. RGB value is (91,33,81). Sum of RGB (Red+Green+Blue) = 91+33+81=205 (27% of max value = 765). Red value is 91 (35.94% from 255 or 44.39% from 205); Green value is 33 (13.28% from 255 or 16.10% from 205); Blue value is 81 (32.03% from 255 or 39.51% from 205); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2151 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B2151 is #A4DEAE. Grayscale: #373737. Windows color (decimal): -10804911 or 5316955. OLE color: 5316955.

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

Color convert

RGB913381-
CMYK00.640.110.64
HSL310.34º46.77%24.31%-
HSV(B)310.34º63.74%35.69%-
XYZ6.343.918.2-
YUV55.81142.22153.1-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 44.39%
GREEN value IS 33 (13.28% from 255) = 16.10%
BLUE value IS 81 (32.03% from 255) = 39.51%
R=44.39%
G=16.10%
B=39.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.11
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91338100.640.110.64310.3446.7724.31
Hex5B2151040B401362f18
Octal133411210100131004665730
Binary10110111000011010001010000001011100000010011011010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,33,81); }

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

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

 a { background-color: rgb(91,33,81); }

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

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

 span { border-color: rgb(91,33,81); }

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