#5D1B51

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

Shades of Palatinate Purple #5D1B51

Tints of Palatinate Purple #5D1B51

Color information

#5D1B51 (or 0x5D1B51) is unknown color: approx Palatinate Purple. HEX triplet: 5D, 1B and 51. RGB value is (93,27,81). Sum of RGB (Red+Green+Blue) = 93+27+81=201 (26% of max value = 765). Red value is 93 (36.72% from 255 or 46.27% from 201); Green value is 27 (10.94% from 255 or 13.43% from 201); Blue value is 81 (32.03% from 255 or 40.30% from 201); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1B51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D1B51 is #A2E4AE. Grayscale: #343434. Windows color (decimal): -10675375 or 5315421. OLE color: 5315421.

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

Color convert

RGB932781-
CMYK00.710.130.64
HSL310.91º55%23.53%-
HSV(B)310.91º70.97%36.47%-
XYZ6.393.718.16-
YUV52.89143.87156.61-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 46.27%
GREEN value IS 27 (10.94% from 255) = 13.43%
BLUE value IS 81 (32.03% from 255) = 40.30%
R=46.27%
G=13.43%
B=40.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.13
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93278100.710.130.64310.915523.53
Hex5D1B51047D401373718
Octal135331210107151004676730
Binary1011101110111010001010001111101100000010011011111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D1B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,27,81); }

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

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

 a { background-color: rgb(93,27,81); }

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

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

 span { border-color: rgb(93,27,81); }

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