#56005A

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

Shades of Palatinate Purple #56005A

Tints of Palatinate Purple #56005A

Color information

#56005A (or 0x56005A) is unknown color: approx Palatinate Purple. HEX triplet: 56, 00 and 5A. RGB value is (86,0,90). Sum of RGB (Red+Green+Blue) = 86+0+90=176 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.86% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 90 (35.55% from 255 or 51.14% from 176); Max value from RGB is 90 - color contains mainly: blue. Hex color #56005A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56005A is #A9FFA5. Grayscale: #232323. Windows color (decimal): -11141030 or 5898326. OLE color: 5898326.

HSL color Cylindrical-coordinate representation of color #56005A: hue angle of 297.33º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #56005A is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB86090-
CMYK0.04100.65
HSL297.33º100%17.65%-
HSV(B)297.33º100%35.29%-
XYZ5.682.729.9-
YUV35.97158.49163.68-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.86%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 90 (35.55% from 255) = 51.14%
R=48.86%
G=0%
B=51.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal860900.04100.65297.3310017.65
Hex5605A4640411296412
Octal12601324144010145114422
Binary101011001011010100110010001000001100101001110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56005A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56005A; }

 p { color: rgb(86,0,90); }

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

<style>
 a { background-color: #56005A; }

 a { background-color: rgb(86,0,90); }

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

<style>
 span { border-color: #56005A; }

 span { border-color: rgb(86,0,90); }

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