#560B45

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

Shades of Tyrian Purple #560B45

Tints of Tyrian Purple #560B45

Color information

#560B45 (or 0x560B45) is unknown color: approx Tyrian Purple. HEX triplet: 56, 0B and 45. RGB value is (86,11,69). Sum of RGB (Red+Green+Blue) = 86+11+69=166 (21% of max value = 765). Red value is 86 (33.98% from 255 or 51.81% from 166); Green value is 11 (4.69% from 255 or 6.63% from 166); Blue value is 69 (27.34% from 255 or 41.57% from 166); Max value from RGB is 86 - color contains mainly: red. Hex color #560B45 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560B45 is #A9F4BA. Grayscale: #272727. Windows color (decimal): -11138235 or 4524886. OLE color: 4524886.

HSL color Cylindrical-coordinate representation of color #560B45: hue angle of 313.6º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #560B45 is Cyan = 0, Magento = 0.87, Yellow = 0.20 and Black (K on CMYK) = 0.66.

Color convert

RGB861169-
CMYK00.870.200.66
HSL313.6º77.32%19.02%-
HSV(B)313.6º87.21%33.73%-
XYZ5.032.655.88-
YUV40.04144.35160.78-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 51.81%
GREEN value IS 11 (4.69% from 255) = 6.63%
BLUE value IS 69 (27.34% from 255) = 41.57%
R=51.81%
G=6.63%
B=41.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.20
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86116900.870.200.66313.677.3219.02
Hex56B45057144213a4d13
Octal1261310501272410247211523
Binary10101101011100010101010111101001000010100111010100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560B45; }

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

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

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

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

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

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

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

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