#5C1354

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

Shades of Palatinate Purple #5C1354

Tints of Palatinate Purple #5C1354

Color information

#5C1354 (or 0x5C1354) is unknown color: approx Palatinate Purple. HEX triplet: 5C, 13 and 54. RGB value is (92,19,84). Sum of RGB (Red+Green+Blue) = 92+19+84=195 (25% of max value = 765). Red value is 92 (36.33% from 255 or 47.18% from 195); Green value is 19 (7.81% from 255 or 9.74% from 195); Blue value is 84 (33.20% from 255 or 43.08% from 195); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1354 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C1354 is #A3ECAB. Grayscale: #303030. Windows color (decimal): -10742956 or 5509980. OLE color: 5509980.

HSL color Cylindrical-coordinate representation of color #5C1354: hue angle of 306.58º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5C1354 is Cyan = 0, Magento = 0.79, Yellow = 0.09 and Black (K on CMYK) = 0.64.

Color convert

RGB921984-
CMYK00.790.090.64
HSL306.58º65.77%21.76%-
HSV(B)306.58º79.35%36.08%-
XYZ6.253.388.71-
YUV48.24148.18159.21-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 47.18%
GREEN value IS 19 (7.81% from 255) = 9.74%
BLUE value IS 84 (33.20% from 255) = 43.08%
R=47.18%
G=9.74%
B=43.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.09
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92198400.790.090.64306.5865.7721.76
Hex5C135404F9401334216
Octal1342312401171110046310226
Binary10111001001110101000100111110011000000100110011100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C1354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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