#5D145F

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

Shades of Palatinate Purple #5D145F

Tints of Palatinate Purple #5D145F

Color information

#5D145F (or 0x5D145F) is unknown color: approx Palatinate Purple. HEX triplet: 5D, 14 and 5F. RGB value is (93,20,95). Sum of RGB (Red+Green+Blue) = 93+20+95=208 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.71% from 208); Green value is 20 (8.20% from 255 or 9.62% from 208); Blue value is 95 (37.5% from 255 or 45.67% from 208); Max value from RGB is 95 - color contains mainly: blue. Hex color #5D145F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D145F is #A2EBA0. Grayscale: #323232. Windows color (decimal): -10677153 or 6231133. OLE color: 6231133.

HSL color Cylindrical-coordinate representation of color #5D145F: hue angle of 298.4º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5D145F is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB932095-
CMYK0.020.7900.63
HSL298.4º65.22%22.55%-
HSV(B)298.4º78.95%37.25%-
XYZ6.833.6511.17-
YUV50.38153.18158.4-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 44.71%
GREEN value IS 20 (8.20% from 255) = 9.62%
BLUE value IS 95 (37.5% from 255) = 45.67%
R=44.71%
G=9.62%
B=45.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9320950.020.7900.63298.465.2222.55
Hex5D145F24F03F12a4117
Octal13524137211707745210127
Binary10111011010010111111010011110111111100101010100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D145F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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