#5D1F5F

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

Shades of Palatinate Purple #5D1F5F

Tints of Palatinate Purple #5D1F5F

Color information

#5D1F5F (or 0x5D1F5F) is unknown color: approx Palatinate Purple. HEX triplet: 5D, 1F and 5F. RGB value is (93,31,95). Sum of RGB (Red+Green+Blue) = 93+31+95=219 (29% of max value = 765). Red value is 93 (36.72% from 255 or 42.47% from 219); Green value is 31 (12.5% from 255 or 14.16% from 219); Blue value is 95 (37.5% from 255 or 43.38% from 219); Max value from RGB is 95 - color contains mainly: blue. Hex color #5D1F5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D1F5F is #A2E0A0. Grayscale: #383838. Windows color (decimal): -10674337 or 6233949. OLE color: 6233949.

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

Color convert

RGB933195-
CMYK0.020.6700.63
HSL298.12º50.79%24.71%-
HSV(B)298.12º67.37%37.25%-
XYZ7.074.1311.25-
YUV56.83149.54153.8-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 42.47%
GREEN value IS 31 (12.5% from 255) = 14.16%
BLUE value IS 95 (37.5% from 255) = 43.38%
R=42.47%
G=14.16%
B=43.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9331950.020.6700.63298.1250.7924.71
Hex5D1F5F24303F12a3319
Octal1353713721030774526331
Binary1011101111111011111101000011011111110010101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D1F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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