#560E4C

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

Shades of Tyrian Purple #560E4C

Tints of Tyrian Purple #560E4C

Color information

#560E4C (or 0x560E4C) is unknown color: approx Tyrian Purple. HEX triplet: 56, 0E and 4C. RGB value is (86,14,76). Sum of RGB (Red+Green+Blue) = 86+14+76=176 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.86% from 176); Green value is 14 (5.86% from 255 or 7.95% from 176); Blue value is 76 (30.08% from 255 or 43.18% from 176); Max value from RGB is 86 - color contains mainly: red. Hex color #560E4C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560E4C is #A9F1B3. Grayscale: #2A2A2A. Windows color (decimal): -11137460 or 4984406. OLE color: 4984406.

HSL color Cylindrical-coordinate representation of color #560E4C: hue angle of 308.33º 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 #560E4C is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.66.

Color convert

RGB861476-
CMYK00.840.120.66
HSL308.33º72%19.61%-
HSV(B)308.33º83.72%33.73%-
XYZ5.32.817.1-
YUV42.6146.85158.96-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.86%
GREEN value IS 14 (5.86% from 255) = 7.95%
BLUE value IS 76 (30.08% from 255) = 43.18%
R=48.86%
G=7.95%
B=43.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.12
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86147600.840.120.66308.337219.61
Hex56E4C054C421344814
Octal1261611401241410246411024
Binary1010110111010011000101010011001000010100110100100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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