#56104A

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

Shades of Tyrian Purple #56104A

Tints of Tyrian Purple #56104A

Color information

#56104A (or 0x56104A) is unknown color: approx Tyrian Purple. HEX triplet: 56, 10 and 4A. RGB value is (86,16,74). Sum of RGB (Red+Green+Blue) = 86+16+74=176 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.86% from 176); Green value is 16 (6.64% from 255 or 9.09% from 176); Blue value is 74 (29.30% from 255 or 42.05% from 176); Max value from RGB is 86 - color contains mainly: red. Hex color #56104A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56104A is #A9EFB5. Grayscale: #2B2B2B. Windows color (decimal): -11136950 or 4853846. OLE color: 4853846.

HSL color Cylindrical-coordinate representation of color #56104A: hue angle of 310.29º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #56104A is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB861674-
CMYK00.810.140.66
HSL310.29º68.63%20%-
HSV(B)310.29º81.4%33.73%-
XYZ5.262.846.75-
YUV43.54145.19158.28-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.86%
GREEN value IS 16 (6.64% from 255) = 9.09%
BLUE value IS 74 (29.30% from 255) = 42.05%
R=48.86%
G=9.09%
B=42.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86167400.810.140.66310.2968.6320
Hex56104A051E421364514
Octal1262011201211610246610524
Binary10101101000010010100101000111101000010100110110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56104A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56104A; }

 p { color: rgb(86,16,74); }

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

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

 a { background-color: rgb(86,16,74); }

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

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

 span { border-color: rgb(86,16,74); }

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