#5C175D

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

Shades of Palatinate Purple #5C175D

Tints of Palatinate Purple #5C175D

Color information

#5C175D (or 0x5C175D) is unknown color: approx Palatinate Purple. HEX triplet: 5C, 17 and 5D. RGB value is (92,23,93). Sum of RGB (Red+Green+Blue) = 92+23+93=208 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.23% from 208); Green value is 23 (9.38% from 255 or 11.06% from 208); Blue value is 93 (36.72% from 255 or 44.71% from 208); Max value from RGB is 93 - color contains mainly: blue. Hex color #5C175D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C175D is #A3E8A2. Grayscale: #333333. Windows color (decimal): -10741923 or 6100828. OLE color: 6100828.

HSL color Cylindrical-coordinate representation of color #5C175D: hue angle of 299.14º 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 #5C175D is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB922393-
CMYK0.010.7500.64
HSL299.14º60.34%22.75%-
HSV(B)299.14º75.27%36.47%-
XYZ6.73.6810.71-
YUV51.61151.36156.81-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 44.23%
GREEN value IS 23 (9.38% from 255) = 11.06%
BLUE value IS 93 (36.72% from 255) = 44.71%
R=44.23%
G=11.06%
B=44.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9223930.010.7500.64299.1460.3422.75
Hex5C175D14B04012b3c17
Octal13427135111301004537427
Binary1011100101111011101110010110100000010010101111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C175D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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