#560533

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

Shades of Tyrian Purple #560533

Tints of Tyrian Purple #560533

Color information

#560533 (or 0x560533) is unknown color: approx Tyrian Purple. HEX triplet: 56, 05 and 33. RGB value is (86,5,51). Sum of RGB (Red+Green+Blue) = 86+5+51=142 (18% of max value = 765). Red value is 86 (33.98% from 255 or 60.56% from 142); Green value is 5 (2.34% from 255 or 3.52% from 142); Blue value is 51 (20.31% from 255 or 35.92% from 142); Max value from RGB is 86 - color contains mainly: red. Hex color #560533 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560533 is #A9FACC. Grayscale: #222222. Windows color (decimal): -11139789 or 3343702. OLE color: 3343702.

HSL color Cylindrical-coordinate representation of color #560533: hue angle of 325.93º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #560533 is Cyan = 0, Magento = 0.94, Yellow = 0.41 and Black (K on CMYK) = 0.66.

Color convert

RGB86551-
CMYK00.940.410.66
HSL325.93º89.01%17.84%-
HSV(B)325.93º94.19%33.73%-
XYZ4.492.333.34-
YUV34.46137.34164.76-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 60.56%
GREEN value IS 5 (2.34% from 255) = 3.52%
BLUE value IS 51 (20.31% from 255) = 35.92%
R=60.56%
G=3.52%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.41
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8655100.940.410.66325.9389.0117.84
Hex5653305E29421465912
Octal12656301365110250613122
Binary1010110101110011010111101010011000010101000110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560533; }

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

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

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

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

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

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

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

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