#56054C

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

Shades of Tyrian Purple #56054C

Tints of Tyrian Purple #56054C

Color information

#56054C (or 0x56054C) is unknown color: approx Tyrian Purple. HEX triplet: 56, 05 and 4C. RGB value is (86,5,76). Sum of RGB (Red+Green+Blue) = 86+5+76=167 (22% of max value = 765). Red value is 86 (33.98% from 255 or 51.50% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 76 (30.08% from 255 or 45.51% from 167); Max value from RGB is 86 - color contains mainly: red. Hex color #56054C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56054C is #A9FAB3. Grayscale: #252525. Windows color (decimal): -11139764 or 4982102. OLE color: 4982102.

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

Color convert

RGB86576-
CMYK00.940.120.66
HSL307.41º89.01%17.84%-
HSV(B)307.41º94.19%33.73%-
XYZ5.22.617.07-
YUV37.31149.84162.73-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 51.50%
GREEN value IS 5 (2.34% from 255) = 2.99%
BLUE value IS 76 (30.08% from 255) = 45.51%
R=51.50%
G=2.99%
B=45.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.12
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8657600.940.120.66307.4189.0117.84
Hex5654C05EC421335912
Octal126511401361410246313122
Binary101011010110011000101111011001000010100110011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56054C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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