#560045

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

Shades of Tyrian Purple #560045

Tints of Tyrian Purple #560045

Color information

#560045 (or 0x560045) is unknown color: approx Tyrian Purple. HEX triplet: 56, 00 and 45. RGB value is (86,0,69). Sum of RGB (Red+Green+Blue) = 86+0+69=155 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.48% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 69 (27.34% from 255 or 44.52% from 155); Max value from RGB is 86 - color contains mainly: red. Hex color #560045 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560045 is #A9FFBA. Grayscale: #212121. Windows color (decimal): -11141051 or 4522070. OLE color: 4522070.

HSL color Cylindrical-coordinate representation of color #560045: hue angle of 311.86º 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 #560045 is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.66.

Color convert

RGB86069-
CMYK010.200.66
HSL311.86º100%16.86%-
HSV(B)311.86º100%33.73%-
XYZ4.912.415.84-
YUV33.58147.99165.39-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 55.48%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 69 (27.34% from 255) = 44.52%
R=55.48%
G=0%
B=44.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.20
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86069010.200.66311.8610016.86
Hex5604506414421386411
Octal126010501442410247014421
Binary10101100100010101100100101001000010100111000110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560045; }

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

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

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

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

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

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

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

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