#56025B

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

Shades of Palatinate Purple #56025B

Tints of Palatinate Purple #56025B

Color information

#56025B (or 0x56025B) is unknown color: approx Palatinate Purple. HEX triplet: 56, 02 and 5B. RGB value is (86,2,91). Sum of RGB (Red+Green+Blue) = 86+2+91=179 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.04% from 179); Green value is 2 (1.17% from 255 or 1.12% from 179); Blue value is 91 (35.94% from 255 or 50.84% from 179); Max value from RGB is 91 - color contains mainly: blue. Hex color #56025B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56025B is #A9FDA4. Grayscale: #242424. Windows color (decimal): -11140517 or 5964374. OLE color: 5964374.

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

Color convert

RGB86291-
CMYK0.050.9800.64
HSL296.63º95.7%18.24%-
HSV(B)296.63º97.8%35.69%-
XYZ5.752.7810.13-
YUV37.26158.33162.76-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.04%
GREEN value IS 2 (1.17% from 255) = 1.12%
BLUE value IS 91 (35.94% from 255) = 50.84%
R=48.04%
G=1.12%
B=50.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal862910.050.9800.64296.6395.718.24
Hex5625B5620401296012
Octal12621335142010045114022
Binary1010110101011011101110001001000000100101001110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56025B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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