#5D114F

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

Shades of Palatinate Purple #5D114F

Tints of Palatinate Purple #5D114F

Color information

#5D114F (or 0x5D114F) is unknown color: approx Palatinate Purple. HEX triplet: 5D, 11 and 4F. RGB value is (93,17,79). Sum of RGB (Red+Green+Blue) = 93+17+79=189 (25% of max value = 765). Red value is 93 (36.72% from 255 or 49.21% from 189); Green value is 17 (7.03% from 255 or 8.99% from 189); Blue value is 79 (31.25% from 255 or 41.80% from 189); Max value from RGB is 93 - color contains mainly: red. Hex color #5D114F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D114F is #A2EEB0. Grayscale: #2E2E2E. Windows color (decimal): -10677937 or 5181789. OLE color: 5181789.

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

Color convert

RGB931779-
CMYK00.820.150.64
HSL311.05º69.09%21.57%-
HSV(B)311.05º81.72%36.47%-
XYZ6.133.297.71-
YUV46.79146.18160.96-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 49.21%
GREEN value IS 17 (7.03% from 255) = 8.99%
BLUE value IS 79 (31.25% from 255) = 41.80%
R=49.21%
G=8.99%
B=41.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.15
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93177900.820.150.64311.0569.0921.57
Hex5D114F052F401374516
Octal1352111701221710046710526
Binary10111011000110011110101001011111000000100110111100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D114F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,17,79); }

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

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

 a { background-color: rgb(93,17,79); }

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

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

 span { border-color: rgb(93,17,79); }

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