#5D2360

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

Shades of Palatinate Purple #5D2360

Tints of Palatinate Purple #5D2360

Color information

#5D2360 (or 0x5D2360) is unknown color: approx Palatinate Purple. HEX triplet: 5D, 23 and 60. RGB value is (93,35,96). Sum of RGB (Red+Green+Blue) = 93+35+96=224 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.52% from 224); Green value is 35 (14.06% from 255 or 15.62% from 224); Blue value is 96 (37.89% from 255 or 42.86% from 224); Max value from RGB is 96 - color contains mainly: blue. Hex color #5D2360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D2360 is #A2DC9F. Grayscale: #3B3B3B. Windows color (decimal): -10673312 or 6300509. OLE color: 6300509.

HSL color Cylindrical-coordinate representation of color #5D2360: hue angle of 297.05º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5D2360 is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB933596-
CMYK0.030.6400.62
HSL297.05º46.56%25.69%-
HSV(B)297.05º63.54%37.65%-
XYZ7.234.3711.53-
YUV59.3148.72152.04-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 41.52%
GREEN value IS 35 (14.06% from 255) = 15.62%
BLUE value IS 96 (37.89% from 255) = 42.86%
R=41.52%
G=15.62%
B=42.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9335960.030.6400.62297.0546.5625.69
Hex5D236034003E1292f1a
Octal1354314031000764515732
Binary10111011000111100000111000000011111010010100110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,35,96); }

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

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

 a { background-color: rgb(93,35,96); }

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

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

 span { border-color: rgb(93,35,96); }

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