#5C2360

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

Shades of Palatinate Purple #5C2360

Tints of Palatinate Purple #5C2360

Color information

#5C2360 (or 0x5C2360) is unknown color: approx Palatinate Purple. HEX triplet: 5C, 23 and 60. RGB value is (92,35,96). Sum of RGB (Red+Green+Blue) = 92+35+96=223 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.26% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 96 (37.89% from 255 or 43.05% from 223); Max value from RGB is 96 - color contains mainly: blue. Hex color #5C2360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C2360 is #A3DC9F. Grayscale: #3A3A3A. Windows color (decimal): -10738848 or 6300508. OLE color: 6300508.

HSL color Cylindrical-coordinate representation of color #5C2360: hue angle of 296.07º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5C2360 is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB923596-
CMYK0.040.6400.62
HSL296.07º46.56%25.69%-
HSV(B)296.07º63.54%37.65%-
XYZ7.134.3211.52-
YUV59148.88151.54-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 41.26%
GREEN value IS 35 (14.06% from 255) = 15.70%
BLUE value IS 96 (37.89% from 255) = 43.05%
R=41.26%
G=15.70%
B=43.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9235960.040.6400.62296.0746.5625.69
Hex5C236044003E1282f1a
Octal1344314041000764505732
Binary101110010001111000001001000000011111010010100010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C2360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,35,96); }

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

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

 a { background-color: rgb(92,35,96); }

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

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

 span { border-color: rgb(92,35,96); }

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