#56015E

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

Shades of Palatinate Purple #56015E

Tints of Palatinate Purple #56015E

Color information

#56015E (or 0x56015E) is unknown color: approx Palatinate Purple. HEX triplet: 56, 01 and 5E. RGB value is (86,1,94). Sum of RGB (Red+Green+Blue) = 86+1+94=181 (23% of max value = 765). Red value is 86 (33.98% from 255 or 47.51% from 181); Green value is 1 (0.78% from 255 or 0.55% from 181); Blue value is 94 (37.11% from 255 or 51.93% from 181); Max value from RGB is 94 - color contains mainly: blue. Hex color #56015E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56015E is #A9FEA1. Grayscale: #242424. Windows color (decimal): -11140770 or 6160726. OLE color: 6160726.

HSL color Cylindrical-coordinate representation of color #56015E: hue angle of 294.84º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #56015E is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB86194-
CMYK0.090.9900.63
HSL294.84º97.89%18.63%-
HSV(B)294.84º98.94%36.86%-
XYZ5.872.8110.82-
YUV37.02160.16162.94-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 47.51%
GREEN value IS 1 (0.78% from 255) = 0.55%
BLUE value IS 94 (37.11% from 255) = 51.93%
R=47.51%
G=0.55%
B=51.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal861940.090.9900.63294.8497.8918.63
Hex5615E96303F1276213
Octal12611361114307744714223
Binary101011011011110100111000110111111100100111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56015E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56015E; }

 p { color: rgb(86,1,94); }

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

<style>
 a { background-color: #56015E; }

 a { background-color: rgb(86,1,94); }

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

<style>
 span { border-color: #56015E; }

 span { border-color: rgb(86,1,94); }

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