#56054A

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

Shades of Tyrian Purple #56054A

Tints of Tyrian Purple #56054A

Color information

#56054A (or 0x56054A) is unknown color: approx Tyrian Purple. HEX triplet: 56, 05 and 4A. RGB value is (86,5,74). Sum of RGB (Red+Green+Blue) = 86+5+74=165 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.12% from 165); Green value is 5 (2.34% from 255 or 3.03% from 165); Blue value is 74 (29.30% from 255 or 44.85% from 165); Max value from RGB is 86 - color contains mainly: red. Hex color #56054A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56054A is #A9FAB5. Grayscale: #242424. Windows color (decimal): -11139766 or 4851030. OLE color: 4851030.

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

Color convert

RGB86574-
CMYK00.940.140.66
HSL308.89º89.01%17.84%-
HSV(B)308.89º94.19%33.73%-
XYZ5.132.586.71-
YUV37.08148.84162.89-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 52.12%
GREEN value IS 5 (2.34% from 255) = 3.03%
BLUE value IS 74 (29.30% from 255) = 44.85%
R=52.12%
G=3.03%
B=44.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8657400.940.140.66308.8989.0117.84
Hex5654A05EE421355912
Octal126511201361610246513122
Binary101011010110010100101111011101000010100110101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56054A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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