#560E42

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

Shades of Tyrian Purple #560E42

Tints of Tyrian Purple #560E42

Color information

#560E42 (or 0x560E42) is unknown color: approx Tyrian Purple. HEX triplet: 56, 0E and 42. RGB value is (86,14,66). Sum of RGB (Red+Green+Blue) = 86+14+66=166 (21% of max value = 765). Red value is 86 (33.98% from 255 or 51.81% from 166); Green value is 14 (5.86% from 255 or 8.43% from 166); Blue value is 66 (26.17% from 255 or 39.76% from 166); Max value from RGB is 86 - color contains mainly: red. Hex color #560E42 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560E42 is #A9F1BD. Grayscale: #292929. Windows color (decimal): -11137470 or 4329046. OLE color: 4329046.

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

Color convert

RGB861466-
CMYK00.840.230.66
HSL316.67º72%19.61%-
HSV(B)316.67º83.72%33.73%-
XYZ4.982.695.41-
YUV41.46141.85159.77-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 51.81%
GREEN value IS 14 (5.86% from 255) = 8.43%
BLUE value IS 66 (26.17% from 255) = 39.76%
R=51.81%
G=8.43%
B=39.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.23
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86146600.840.230.66316.677219.61
Hex56E42054174213d4814
Octal1261610201242710247511024
Binary10101101110100001001010100101111000010100111101100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,14,66); }

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

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

 a { background-color: rgb(86,14,66); }

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

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

 span { border-color: rgb(86,14,66); }

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