#5C144F

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

Shades of Palatinate Purple #5C144F

Tints of Palatinate Purple #5C144F

Color information

#5C144F (or 0x5C144F) is unknown color: approx Palatinate Purple. HEX triplet: 5C, 14 and 4F. RGB value is (92,20,79). Sum of RGB (Red+Green+Blue) = 92+20+79=191 (25% of max value = 765). Red value is 92 (36.33% from 255 or 48.17% from 191); Green value is 20 (8.20% from 255 or 10.47% from 191); Blue value is 79 (31.25% from 255 or 41.36% from 191); Max value from RGB is 92 - color contains mainly: red. Hex color #5C144F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C144F is #A3EBB0. Grayscale: #303030. Windows color (decimal): -10742705 or 5182556. OLE color: 5182556.

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

Color convert

RGB922079-
CMYK00.780.140.64
HSL310.83º64.29%21.96%-
HSV(B)310.83º78.26%36.08%-
XYZ6.083.347.72-
YUV48.25145.35159.2-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 48.17%
GREEN value IS 20 (8.20% from 255) = 10.47%
BLUE value IS 79 (31.25% from 255) = 41.36%
R=48.17%
G=10.47%
B=41.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.14
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92207900.780.140.64310.8364.2921.96
Hex5C144F04EE401374016
Octal1342411701161610046710026
Binary10111001010010011110100111011101000000100110111100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C144F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,20,79); }

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

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

 a { background-color: rgb(92,20,79); }

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

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

 span { border-color: rgb(92,20,79); }

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