#5C175A

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

Shades of Palatinate Purple #5C175A

Tints of Palatinate Purple #5C175A

Color information

#5C175A (or 0x5C175A) is unknown color: approx Palatinate Purple. HEX triplet: 5C, 17 and 5A. RGB value is (92,23,90). Sum of RGB (Red+Green+Blue) = 92+23+90=205 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.88% from 205); Green value is 23 (9.38% from 255 or 11.22% from 205); Blue value is 90 (35.55% from 255 or 43.90% from 205); Max value from RGB is 92 - color contains mainly: red. Hex color #5C175A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C175A is #A3E8A5. Grayscale: #333333. Windows color (decimal): -10741926 or 5904220. OLE color: 5904220.

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

Color convert

RGB922390-
CMYK00.750.020.64
HSL301.74º60%22.55%-
HSV(B)301.74º75%36.08%-
XYZ6.573.6310.03-
YUV51.27149.86157.05-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 44.88%
GREEN value IS 23 (9.38% from 255) = 11.22%
BLUE value IS 90 (35.55% from 255) = 43.90%
R=44.88%
G=11.22%
B=43.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.02
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92239000.750.020.64301.746022.55
Hex5C175A04B24012e3c17
Octal13427132011321004567427
Binary10111001011110110100100101110100000010010111011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C175A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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