#5D1451

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

Shades of Palatinate Purple #5D1451

Tints of Palatinate Purple #5D1451

Color information

#5D1451 (or 0x5D1451) is unknown color: approx Palatinate Purple. HEX triplet: 5D, 14 and 51. RGB value is (93,20,81). Sum of RGB (Red+Green+Blue) = 93+20+81=194 (25% of max value = 765). Red value is 93 (36.72% from 255 or 47.94% from 194); Green value is 20 (8.20% from 255 or 10.31% from 194); Blue value is 81 (32.03% from 255 or 41.75% from 194); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1451 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D1451 is #A2EBAE. Grayscale: #303030. Windows color (decimal): -10677167 or 5313629. OLE color: 5313629.

HSL color Cylindrical-coordinate representation of color #5D1451: hue angle of 309.86º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5D1451 is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.64.

Color convert

RGB932081-
CMYK00.780.130.64
HSL309.86º64.6%22.16%-
HSV(B)309.86º78.49%36.47%-
XYZ6.253.428.12-
YUV48.78146.18159.54-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 47.94%
GREEN value IS 20 (8.20% from 255) = 10.31%
BLUE value IS 81 (32.03% from 255) = 41.75%
R=47.94%
G=10.31%
B=41.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.13
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93208100.780.130.64309.8664.622.16
Hex5D145104ED401364116
Octal1352412101161510046610126
Binary10111011010010100010100111011011000000100110110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D1451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,20,81); }

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

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

 a { background-color: rgb(93,20,81); }

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

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

 span { border-color: rgb(93,20,81); }

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