#5C1759

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

Shades of Palatinate Purple #5C1759

Tints of Palatinate Purple #5C1759

Color information

#5C1759 (or 0x5C1759) is unknown color: approx Palatinate Purple. HEX triplet: 5C, 17 and 59. RGB value is (92,23,89). Sum of RGB (Red+Green+Blue) = 92+23+89=204 (27% of max value = 765). Red value is 92 (36.33% from 255 or 45.10% from 204); Green value is 23 (9.38% from 255 or 11.27% from 204); Blue value is 89 (35.16% from 255 or 43.63% from 204); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1759 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C1759 is #A3E8A6. Grayscale: #323232. Windows color (decimal): -10741927 or 5838684. OLE color: 5838684.

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

Color convert

RGB922389-
CMYK00.750.030.64
HSL302.61º60%22.55%-
HSV(B)302.61º75%36.08%-
XYZ6.523.619.8-
YUV51.16149.36157.13-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 45.10%
GREEN value IS 23 (9.38% from 255) = 11.27%
BLUE value IS 89 (35.16% from 255) = 43.63%
R=45.10%
G=11.27%
B=43.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.03
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92238900.750.030.64302.616022.55
Hex5C175904B34012f3c17
Octal13427131011331004577427
Binary10111001011110110010100101111100000010010111111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C1759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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