#560F45

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

Shades of Tyrian Purple #560F45

Tints of Tyrian Purple #560F45

Color information

#560F45 (or 0x560F45) is unknown color: approx Tyrian Purple. HEX triplet: 56, 0F and 45. RGB value is (86,15,69). Sum of RGB (Red+Green+Blue) = 86+15+69=170 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.59% from 170); Green value is 15 (6.25% from 255 or 8.82% from 170); Blue value is 69 (27.34% from 255 or 40.59% from 170); Max value from RGB is 86 - color contains mainly: red. Hex color #560F45 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560F45 is #A9F0BA. Grayscale: #2A2A2A. Windows color (decimal): -11137211 or 4525910. OLE color: 4525910.

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

Color convert

RGB861569-
CMYK00.830.200.66
HSL314.37º70.3%19.8%-
HSV(B)314.37º82.56%33.73%-
XYZ5.082.755.89-
YUV42.38143.02159.11-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 50.59%
GREEN value IS 15 (6.25% from 255) = 8.82%
BLUE value IS 69 (27.34% from 255) = 40.59%
R=50.59%
G=8.82%
B=40.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.20
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86156900.830.200.66314.3770.319.8
Hex56F45053144213a4614
Octal1261710501232410247210624
Binary10101101111100010101010011101001000010100111010100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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