#5D175F

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

Shades of Palatinate Purple #5D175F

Tints of Palatinate Purple #5D175F

Color information

#5D175F (or 0x5D175F) is unknown color: approx Palatinate Purple. HEX triplet: 5D, 17 and 5F. RGB value is (93,23,95). Sum of RGB (Red+Green+Blue) = 93+23+95=211 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.08% from 211); Green value is 23 (9.38% from 255 or 10.90% from 211); Blue value is 95 (37.5% from 255 or 45.02% from 211); Max value from RGB is 95 - color contains mainly: blue. Hex color #5D175F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D175F is #A2E8A0. Grayscale: #333333. Windows color (decimal): -10676385 or 6231901. OLE color: 6231901.

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

Color convert

RGB932395-
CMYK0.020.7600.63
HSL298.33º61.02%23.14%-
HSV(B)298.33º75.79%37.25%-
XYZ6.893.7711.19-
YUV52.14152.19157.15-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 44.08%
GREEN value IS 23 (9.38% from 255) = 10.90%
BLUE value IS 95 (37.5% from 255) = 45.02%
R=44.08%
G=10.90%
B=45.02%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9323950.020.7600.63298.3361.0223.14
Hex5D175F24C03F12a3d17
Octal1352713721140774527527
Binary1011101101111011111101001100011111110010101011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D175F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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