#5C1364

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

Shades of Palatinate Purple #5C1364

Tints of Palatinate Purple #5C1364

Color information

#5C1364 (or 0x5C1364) is unknown color: approx Palatinate Purple. HEX triplet: 5C, 13 and 64. RGB value is (92,19,100). Sum of RGB (Red+Green+Blue) = 92+19+100=211 (27% of max value = 765). Red value is 92 (36.33% from 255 or 43.60% from 211); Green value is 19 (7.81% from 255 or 9.00% from 211); Blue value is 100 (39.45% from 255 or 47.39% from 211); Max value from RGB is 100 - color contains mainly: blue. Hex color #5C1364 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C1364 is #A3EC9B. Grayscale: #313131. Windows color (decimal): -10742940 or 6558556. OLE color: 6558556.

HSL color Cylindrical-coordinate representation of color #5C1364: hue angle of 294.07º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5C1364 is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB9219100-
CMYK0.080.8100.61
HSL294.07º68.07%23.33%-
HSV(B)294.07º81%39.22%-
XYZ6.953.6612.4-
YUV50.06156.18157.91-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 43.60%
GREEN value IS 19 (7.81% from 255) = 9.00%
BLUE value IS 100 (39.45% from 255) = 47.39%
R=43.60%
G=9.00%
B=47.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal92191000.080.8100.61294.0768.0723.33
Hex5C136485103D1264417
Octal134231441012107544610427
Binary1011100100111100100100010100010111101100100110100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C1364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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