#5C145B

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

Shades of Palatinate Purple #5C145B

Tints of Palatinate Purple #5C145B

Color information

#5C145B (or 0x5C145B) is unknown color: approx Palatinate Purple. HEX triplet: 5C, 14 and 5B. RGB value is (92,20,91). Sum of RGB (Red+Green+Blue) = 92+20+91=203 (26% of max value = 765). Red value is 92 (36.33% from 255 or 45.32% from 203); Green value is 20 (8.20% from 255 or 9.85% from 203); Blue value is 91 (35.94% from 255 or 44.83% from 203); Max value from RGB is 92 - color contains mainly: red. Hex color #5C145B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C145B is #A3EBA4. Grayscale: #313131. Windows color (decimal): -10742693 or 5968988. OLE color: 5968988.

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

Color convert

RGB922091-
CMYK00.780.010.64
HSL300.83º64.29%21.96%-
HSV(B)300.83º78.26%36.08%-
XYZ6.553.5310.23-
YUV49.62151.35158.23-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 45.32%
GREEN value IS 20 (8.20% from 255) = 9.85%
BLUE value IS 91 (35.94% from 255) = 44.83%
R=45.32%
G=9.85%
B=44.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.01
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92209100.780.010.64300.8364.2921.96
Hex5C145B04E14012d4016
Octal134241330116110045510026
Binary10111001010010110110100111011000000100101101100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C145B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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