#5D2C5E

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

Shades of Palatinate Purple #5D2C5E

Tints of Palatinate Purple #5D2C5E

Color information

#5D2C5E (or 0x5D2C5E) is unknown color: approx Palatinate Purple. HEX triplet: 5D, 2C and 5E. RGB value is (93,44,94). Sum of RGB (Red+Green+Blue) = 93+44+94=231 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.26% from 231); Green value is 44 (17.58% from 255 or 19.05% from 231); Blue value is 94 (37.11% from 255 or 40.69% from 231); Max value from RGB is 94 - color contains mainly: blue. Hex color #5D2C5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D2C5E is #A2D3A1. Grayscale: #404040. Windows color (decimal): -10671010 or 6171741. OLE color: 6171741.

HSL color Cylindrical-coordinate representation of color #5D2C5E: hue angle of 298.8º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5D2C5E is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB934494-
CMYK0.010.5300.63
HSL298.8º36.23%27.06%-
HSV(B)298.8º53.19%36.86%-
XYZ7.444.9411.15-
YUV64.35144.73148.43-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 40.26%
GREEN value IS 44 (17.58% from 255) = 19.05%
BLUE value IS 94 (37.11% from 255) = 40.69%
R=40.26%
G=19.05%
B=40.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9344940.010.5300.63298.836.2327.06
Hex5D2C5E13503F12b241b
Octal135541361650774534433
Binary101110110110010111101110101011111110010101110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,44,94); }

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

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

 a { background-color: rgb(93,44,94); }

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

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

 span { border-color: rgb(93,44,94); }

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