#5C1361

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

Shades of Palatinate Purple #5C1361

Tints of Palatinate Purple #5C1361

Color information

#5C1361 (or 0x5C1361) is unknown color: approx Palatinate Purple. HEX triplet: 5C, 13 and 61. RGB value is (92,19,97). Sum of RGB (Red+Green+Blue) = 92+19+97=208 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.23% from 208); Green value is 19 (7.81% from 255 or 9.13% from 208); Blue value is 97 (38.28% from 255 or 46.63% from 208); Max value from RGB is 97 - color contains mainly: blue. Hex color #5C1361 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C1361 is #A3EC9E. Grayscale: #313131. Windows color (decimal): -10742943 or 6361948. OLE color: 6361948.

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

Color convert

RGB921997-
CMYK0.050.8000.62
HSL296.15º67.24%22.75%-
HSV(B)296.15º80.41%38.04%-
XYZ6.83.611.65-
YUV49.72154.68158.16-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 44.23%
GREEN value IS 19 (7.81% from 255) = 9.13%
BLUE value IS 97 (38.28% from 255) = 46.63%
R=44.23%
G=9.13%
B=46.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9219970.050.8000.62296.1567.2422.75
Hex5C136155003E1284317
Octal13423141512007645010327
Binary101110010011110000110110100000111110100101000100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C1361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,19,97); }

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

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

 a { background-color: rgb(92,19,97); }

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

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

 span { border-color: rgb(92,19,97); }

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