#5D1953

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

Shades of Palatinate Purple #5D1953

Tints of Palatinate Purple #5D1953

Color information

#5D1953 (or 0x5D1953) is unknown color: approx Palatinate Purple. HEX triplet: 5D, 19 and 53. RGB value is (93,25,83). Sum of RGB (Red+Green+Blue) = 93+25+83=201 (26% of max value = 765). Red value is 93 (36.72% from 255 or 46.27% from 201); Green value is 25 (10.16% from 255 or 12.44% from 201); Blue value is 83 (32.81% from 255 or 41.29% from 201); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1953 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D1953 is #A2E6AC. Grayscale: #333333. Windows color (decimal): -10675885 or 5445981. OLE color: 5445981.

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

Color convert

RGB932583-
CMYK00.730.110.64
HSL308.82º57.63%23.14%-
HSV(B)308.82º73.12%36.47%-
XYZ6.423.658.55-
YUV51.94145.53157.28-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 46.27%
GREEN value IS 25 (10.16% from 255) = 12.44%
BLUE value IS 83 (32.81% from 255) = 41.29%
R=46.27%
G=12.44%
B=41.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.11
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93258300.730.110.64308.8257.6323.14
Hex5D1953049B401353a17
Octal135311230111131004657227
Binary1011101110011010011010010011011100000010011010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D1953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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