#5C0563

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

Shades of Palatinate Purple #5C0563

Tints of Palatinate Purple #5C0563

Color information

#5C0563 (or 0x5C0563) is unknown color: approx Palatinate Purple. HEX triplet: 5C, 05 and 63. RGB value is (92,5,99). Sum of RGB (Red+Green+Blue) = 92+5+99=196 (25% of max value = 765). Red value is 92 (36.33% from 255 or 46.94% from 196); Green value is 5 (2.34% from 255 or 2.55% from 196); Blue value is 99 (39.06% from 255 or 50.51% from 196); Max value from RGB is 99 - color contains mainly: blue. Hex color #5C0563 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0563 is #A3FA9C. Grayscale: #292929. Windows color (decimal): -10746525 or 6489436. OLE color: 6489436.

HSL color Cylindrical-coordinate representation of color #5C0563: hue angle of 295.53º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5C0563 is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB92599-
CMYK0.070.9500.61
HSL295.53º90.38%20.39%-
HSV(B)295.53º94.95%38.82%-
XYZ6.723.2812.08-
YUV41.73160.32163.86-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 46.94%
GREEN value IS 5 (2.34% from 255) = 2.55%
BLUE value IS 99 (39.06% from 255) = 50.51%
R=46.94%
G=2.55%
B=50.51%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal925990.070.9500.61295.5390.3820.39
Hex5C56375F03D1285a14
Octal1345143713707545013224
Binary1011100101110001111110111110111101100101000101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C0563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,5,99); }

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

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

 a { background-color: rgb(92,5,99); }

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

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

 span { border-color: rgb(92,5,99); }

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