#56055B

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

Shades of Palatinate Purple #56055B

Tints of Palatinate Purple #56055B

Color information

#56055B (or 0x56055B) is unknown color: approx Palatinate Purple. HEX triplet: 56, 05 and 5B. RGB value is (86,5,91). Sum of RGB (Red+Green+Blue) = 86+5+91=182 (24% of max value = 765). Red value is 86 (33.98% from 255 or 47.25% from 182); Green value is 5 (2.34% from 255 or 2.75% from 182); Blue value is 91 (35.94% from 255 or 50% from 182); Max value from RGB is 91 - color contains mainly: blue. Hex color #56055B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56055B is #A9FAA4. Grayscale: #262626. Windows color (decimal): -11139749 or 5965142. OLE color: 5965142.

HSL color Cylindrical-coordinate representation of color #56055B: hue angle of 296.51º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #56055B is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB86591-
CMYK0.050.9500.64
HSL296.51º89.58%18.82%-
HSV(B)296.51º94.51%35.69%-
XYZ5.782.8410.14-
YUV39.02157.34161.51-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 47.25%
GREEN value IS 5 (2.34% from 255) = 2.75%
BLUE value IS 91 (35.94% from 255) = 50%
R=47.25%
G=2.75%
B=50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal865910.050.9500.64296.5189.5818.82
Hex5655B55F0401295a13
Octal12651335137010045113223
Binary10101101011011011101101111101000000100101001101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56055B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56055B; }

 p { color: rgb(86,5,91); }

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

<style>
 a { background-color: #56055B; }

 a { background-color: rgb(86,5,91); }

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

<style>
 span { border-color: #56055B; }

 span { border-color: rgb(86,5,91); }

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