#5C1257

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

Shades of Palatinate Purple #5C1257

Tints of Palatinate Purple #5C1257

Color information

#5C1257 (or 0x5C1257) is unknown color: approx Palatinate Purple. HEX triplet: 5C, 12 and 57. RGB value is (92,18,87). Sum of RGB (Red+Green+Blue) = 92+18+87=197 (26% of max value = 765). Red value is 92 (36.33% from 255 or 46.70% from 197); Green value is 18 (7.42% from 255 or 9.14% from 197); Blue value is 87 (34.38% from 255 or 44.16% from 197); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1257 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C1257 is #A3EDA8. Grayscale: #2F2F2F. Windows color (decimal): -10743209 or 5706332. OLE color: 5706332.

HSL color Cylindrical-coordinate representation of color #5C1257: hue angle of 304.05º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5C1257 is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.64.

Color convert

RGB921887-
CMYK00.800.050.64
HSL304.05º67.27%21.57%-
HSV(B)304.05º80.43%36.08%-
XYZ6.353.49.34-
YUV47.99150.02159.39-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 46.70%
GREEN value IS 18 (7.42% from 255) = 9.14%
BLUE value IS 87 (34.38% from 255) = 44.16%
R=46.70%
G=9.14%
B=44.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.05
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92188700.800.050.64304.0567.2721.57
Hex5C12570505401304316
Octal134221270120510046010326
Binary1011100100101010111010100001011000000100110000100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C1257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,18,87); }

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

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

 a { background-color: rgb(92,18,87); }

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

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

 span { border-color: rgb(92,18,87); }

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