#5D1957

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

Shades of Palatinate Purple #5D1957

Tints of Palatinate Purple #5D1957

Color information

#5D1957 (or 0x5D1957) is unknown color: approx Palatinate Purple. HEX triplet: 5D, 19 and 57. RGB value is (93,25,87). Sum of RGB (Red+Green+Blue) = 93+25+87=205 (27% of max value = 765). Red value is 93 (36.72% from 255 or 45.37% from 205); Green value is 25 (10.16% from 255 or 12.20% from 205); Blue value is 87 (34.38% from 255 or 42.44% from 205); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1957 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D1957 is #A2E6A8. Grayscale: #343434. Windows color (decimal): -10675881 or 5708125. OLE color: 5708125.

HSL color Cylindrical-coordinate representation of color #5D1957: hue angle of 305.29º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5D1957 is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.64.

Color convert

RGB932587-
CMYK00.730.060.64
HSL305.29º57.63%23.14%-
HSV(B)305.29º73.12%36.47%-
XYZ6.583.719.39-
YUV52.4147.53156.96-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 45.37%
GREEN value IS 25 (10.16% from 255) = 12.20%
BLUE value IS 87 (34.38% from 255) = 42.44%
R=45.37%
G=12.20%
B=42.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.06
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93258700.730.060.64305.2957.6323.14
Hex5D19570496401313a17
Octal13531127011161004617227
Binary101110111001101011101001001110100000010011000111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D1957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,25,87); }

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

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

 a { background-color: rgb(93,25,87); }

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

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

 span { border-color: rgb(93,25,87); }

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