#560041

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

Shades of Tyrian Purple #560041

Tints of Tyrian Purple #560041

Color information

#560041 (or 0x560041) is unknown color: approx Tyrian Purple. HEX triplet: 56, 00 and 41. RGB value is (86,0,65). Sum of RGB (Red+Green+Blue) = 86+0+65=151 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.95% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 65 (25.78% from 255 or 43.05% from 151); Max value from RGB is 86 - color contains mainly: red. Hex color #560041 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560041 is #A9FFBE. Grayscale: #202020. Windows color (decimal): -11141055 or 4259926. OLE color: 4259926.

HSL color Cylindrical-coordinate representation of color #560041: hue angle of 314.65º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #560041 is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.66.

Color convert

RGB86065-
CMYK010.240.66
HSL314.65º100%16.86%-
HSV(B)314.65º100%33.73%-
XYZ4.792.365.2-
YUV33.12145.99165.71-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 56.95%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 65 (25.78% from 255) = 43.05%
R=56.95%
G=0%
B=43.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.24
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86065010.240.66314.6510016.86
Hex56041064184213b6411
Octal126010101443010247314421
Binary10101100100000101100100110001000010100111011110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560041; }

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

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

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

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

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

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

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

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