#56044A

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

Shades of Tyrian Purple #56044A

Tints of Tyrian Purple #56044A

Color information

#56044A (or 0x56044A) is unknown color: approx Tyrian Purple. HEX triplet: 56, 04 and 4A. RGB value is (86,4,74). Sum of RGB (Red+Green+Blue) = 86+4+74=164 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.44% from 164); Green value is 4 (1.95% from 255 or 2.44% from 164); Blue value is 74 (29.30% from 255 or 45.12% from 164); Max value from RGB is 86 - color contains mainly: red. Hex color #56044A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56044A is #A9FBB5. Grayscale: #242424. Windows color (decimal): -11140022 or 4850774. OLE color: 4850774.

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

Color convert

RGB86474-
CMYK00.950.140.66
HSL308.78º91.11%17.65%-
HSV(B)308.78º95.35%33.73%-
XYZ5.122.566.7-
YUV36.5149.17163.31-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 52.44%
GREEN value IS 4 (1.95% from 255) = 2.44%
BLUE value IS 74 (29.30% from 255) = 45.12%
R=52.44%
G=2.44%
B=45.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8647400.950.140.66308.7891.1117.65
Hex5644A05FE421355b12
Octal126411201371610246513322
Binary101011010010010100101111111101000010100110101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56044A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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