#56043F

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

Shades of Tyrian Purple #56043F

Tints of Tyrian Purple #56043F

Color information

#56043F (or 0x56043F) is unknown color: approx Tyrian Purple. HEX triplet: 56, 04 and 3F. RGB value is (86,4,63). Sum of RGB (Red+Green+Blue) = 86+4+63=153 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.21% from 153); Green value is 4 (1.95% from 255 or 2.61% from 153); Blue value is 63 (25% from 255 or 41.18% from 153); Max value from RGB is 86 - color contains mainly: red. Hex color #56043F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56043F is #A9FBC0. Grayscale: #232323. Windows color (decimal): -11140033 or 4129878. OLE color: 4129878.

HSL color Cylindrical-coordinate representation of color #56043F: hue angle of 316.83º 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 #56043F is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.66.

Color convert

RGB86463-
CMYK00.950.270.66
HSL316.83º91.11%17.65%-
HSV(B)316.83º95.35%33.73%-
XYZ4.782.424.92-
YUV35.24143.67164.2-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 56.21%
GREEN value IS 4 (1.95% from 255) = 2.61%
BLUE value IS 63 (25% from 255) = 41.18%
R=56.21%
G=2.61%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.27
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8646300.950.270.66316.8391.1117.65
Hex5643F05F1B4213d5b12
Octal12647701373310247513322
Binary101011010011111101011111110111000010100111101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56043F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56043F; }

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

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

<style>
 a { background-color: #56043F; }

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

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

<style>
 span { border-color: #56043F; }

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

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