#5C145D

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

Shades of Palatinate Purple #5C145D

Tints of Palatinate Purple #5C145D

Color information

#5C145D (or 0x5C145D) is unknown color: approx Palatinate Purple. HEX triplet: 5C, 14 and 5D. RGB value is (92,20,93). Sum of RGB (Red+Green+Blue) = 92+20+93=205 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.88% from 205); Green value is 20 (8.20% from 255 or 9.76% from 205); Blue value is 93 (36.72% from 255 or 45.37% from 205); Max value from RGB is 93 - color contains mainly: blue. Hex color #5C145D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C145D is #A3EBA2. Grayscale: #313131. Windows color (decimal): -10742691 or 6100060. OLE color: 6100060.

HSL color Cylindrical-coordinate representation of color #5C145D: hue angle of 299.18º degrees, saturation: 0.65, 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 #5C145D is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB922093-
CMYK0.010.7800.64
HSL299.18º64.6%22.16%-
HSV(B)299.18º78.49%36.47%-
XYZ6.643.5710.69-
YUV49.85152.35158.06-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 44.88%
GREEN value IS 20 (8.20% from 255) = 9.76%
BLUE value IS 93 (36.72% from 255) = 45.37%
R=44.88%
G=9.76%
B=45.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9220930.010.7800.64299.1864.622.16
Hex5C145D14E04012b4116
Octal134241351116010045310126
Binary10111001010010111011100111001000000100101011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C145D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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