#5D174D

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

Shades of Palatinate Purple #5D174D

Tints of Palatinate Purple #5D174D

Color information

#5D174D (or 0x5D174D) is unknown color: approx Palatinate Purple. HEX triplet: 5D, 17 and 4D. RGB value is (93,23,77). Sum of RGB (Red+Green+Blue) = 93+23+77=193 (25% of max value = 765). Red value is 93 (36.72% from 255 or 48.19% from 193); Green value is 23 (9.38% from 255 or 11.92% from 193); Blue value is 77 (30.47% from 255 or 39.90% from 193); Max value from RGB is 93 - color contains mainly: red. Hex color #5D174D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D174D is #A2E8B2. Grayscale: #313131. Windows color (decimal): -10676403 or 5052253. OLE color: 5052253.

HSL color Cylindrical-coordinate representation of color #5D174D: hue angle of 313.71º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5D174D is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.64.

Color convert

RGB932377-
CMYK00.750.170.64
HSL313.71º60.34%22.75%-
HSV(B)313.71º75.27%36.47%-
XYZ6.163.487.37-
YUV50.09143.19158.61-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 48.19%
GREEN value IS 23 (9.38% from 255) = 11.92%
BLUE value IS 77 (30.47% from 255) = 39.90%
R=48.19%
G=11.92%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.17
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93237700.750.170.64313.7160.3422.75
Hex5D174D04B114013a3c17
Octal135271150113211004727427
Binary10111011011110011010100101110001100000010011101011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D174D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,23,77); }

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

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

 a { background-color: rgb(93,23,77); }

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

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

 span { border-color: rgb(93,23,77); }

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