#56025C

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

Shades of Palatinate Purple #56025C

Tints of Palatinate Purple #56025C

Color information

#56025C (or 0x56025C) is unknown color: approx Palatinate Purple. HEX triplet: 56, 02 and 5C. RGB value is (86,2,92). Sum of RGB (Red+Green+Blue) = 86+2+92=180 (23% of max value = 765). Red value is 86 (33.98% from 255 or 47.78% from 180); Green value is 2 (1.17% from 255 or 1.11% from 180); Blue value is 92 (36.33% from 255 or 51.11% from 180); Max value from RGB is 92 - color contains mainly: blue. Hex color #56025C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56025C is #A9FDA3. Grayscale: #252525. Windows color (decimal): -11140516 or 6029910. OLE color: 6029910.

HSL color Cylindrical-coordinate representation of color #56025C: hue angle of 296º 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 #56025C is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB86292-
CMYK0.070.9800.64
HSL296º95.74%18.43%-
HSV(B)296º97.83%36.08%-
XYZ5.792.7910.36-
YUV37.38158.83162.68-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 47.78%
GREEN value IS 2 (1.17% from 255) = 1.11%
BLUE value IS 92 (36.33% from 255) = 51.11%
R=47.78%
G=1.11%
B=51.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal862920.070.9800.6429695.7418.43
Hex5625C7620401286012
Octal12621347142010045014022
Binary1010110101011100111110001001000000100101000110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56025C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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