#5D1261

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

Shades of Palatinate Purple #5D1261

Tints of Palatinate Purple #5D1261

Color information

#5D1261 (or 0x5D1261) is unknown color: approx Palatinate Purple. HEX triplet: 5D, 12 and 61. RGB value is (93,18,97). Sum of RGB (Red+Green+Blue) = 93+18+97=208 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.71% from 208); Green value is 18 (7.42% from 255 or 8.65% from 208); Blue value is 97 (38.28% from 255 or 46.63% from 208); Max value from RGB is 97 - color contains mainly: blue. Hex color #5D1261 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D1261 is #A2ED9E. Grayscale: #313131. Windows color (decimal): -10677663 or 6361693. OLE color: 6361693.

HSL color Cylindrical-coordinate representation of color #5D1261: hue angle of 296.96º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5D1261 is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB931897-
CMYK0.040.8100.62
HSL296.96º68.7%22.55%-
HSV(B)296.96º81.44%38.04%-
XYZ6.893.6211.65-
YUV49.43154.85159.08-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 44.71%
GREEN value IS 18 (7.42% from 255) = 8.65%
BLUE value IS 97 (38.28% from 255) = 46.63%
R=44.71%
G=8.65%
B=46.63%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9318970.040.8100.62296.9668.722.55
Hex5D126145103E1294517
Octal13522141412107645110527
Binary101110110010110000110010100010111110100101001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D1261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,18,97); }

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

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

 a { background-color: rgb(93,18,97); }

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

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

 span { border-color: rgb(93,18,97); }

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