#56025A

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

Shades of Palatinate Purple #56025A

Tints of Palatinate Purple #56025A

Color information

#56025A (or 0x56025A) is unknown color: approx Palatinate Purple. HEX triplet: 56, 02 and 5A. RGB value is (86,2,90). Sum of RGB (Red+Green+Blue) = 86+2+90=178 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.31% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 90 (35.55% from 255 or 50.56% from 178); Max value from RGB is 90 - color contains mainly: blue. Hex color #56025A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56025A is #A9FDA5. Grayscale: #242424. Windows color (decimal): -11140518 or 5898838. OLE color: 5898838.

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

Color convert

RGB86290-
CMYK0.040.9800.65
HSL297.27º95.65%18.04%-
HSV(B)297.27º97.78%35.29%-
XYZ5.72.769.9-
YUV37.15157.83162.84-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.31%
GREEN value IS 2 (1.17% from 255) = 1.12%
BLUE value IS 90 (35.55% from 255) = 50.56%
R=48.31%
G=1.12%
B=50.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal862900.040.9800.65297.2795.6518.04
Hex5625A4620411296012
Octal12621324142010145114022
Binary1010110101011010100110001001000001100101001110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56025A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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