#5D2859

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

Shades of Palatinate Purple #5D2859

Tints of Palatinate Purple #5D2859

Color information

#5D2859 (or 0x5D2859) is unknown color: approx Palatinate Purple. HEX triplet: 5D, 28 and 59. RGB value is (93,40,89). Sum of RGB (Red+Green+Blue) = 93+40+89=222 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.89% from 222); Green value is 40 (16.02% from 255 or 18.02% from 222); Blue value is 89 (35.16% from 255 or 40.09% from 222); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2859 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D2859 is #A2D7A6. Grayscale: #3D3D3D. Windows color (decimal): -10672039 or 5843037. OLE color: 5843037.

HSL color Cylindrical-coordinate representation of color #5D2859: hue angle of 304.53º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5D2859 is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.64.

Color convert

RGB934089-
CMYK00.570.040.64
HSL304.53º39.85%26.08%-
HSV(B)304.53º56.99%36.47%-
XYZ7.084.579.96-
YUV61.43143.56150.52-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 41.89%
GREEN value IS 40 (16.02% from 255) = 18.02%
BLUE value IS 89 (35.16% from 255) = 40.09%
R=41.89%
G=18.02%
B=40.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.04
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93408900.570.040.64304.5339.8526.08
Hex5D2859039440131281a
Octal1355013107141004615032
Binary101110110100010110010111001100100000010011000110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,40,89); }

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

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

 a { background-color: rgb(93,40,89); }

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

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

 span { border-color: rgb(93,40,89); }

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