#56042F

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

Shades of Tyrian Purple #56042F

Tints of Tyrian Purple #56042F

Color information

#56042F (or 0x56042F) is unknown color: approx Tyrian Purple. HEX triplet: 56, 04 and 2F. RGB value is (86,4,47). Sum of RGB (Red+Green+Blue) = 86+4+47=137 (18% of max value = 765). Red value is 86 (33.98% from 255 or 62.77% from 137); Green value is 4 (1.95% from 255 or 2.92% from 137); Blue value is 47 (18.75% from 255 or 34.31% from 137); Max value from RGB is 86 - color contains mainly: red. Hex color #56042F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56042F is #A9FBD0. Grayscale: #212121. Windows color (decimal): -11140049 or 3081302. OLE color: 3081302.

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

Color convert

RGB86447-
CMYK00.950.450.66
HSL328.54º91.11%17.65%-
HSV(B)328.54º95.35%33.73%-
XYZ4.392.272.9-
YUV33.42135.67165.5-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 62.77%
GREEN value IS 4 (1.95% from 255) = 2.92%
BLUE value IS 47 (18.75% from 255) = 34.31%
R=62.77%
G=2.92%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.45
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8644700.950.450.66328.5491.1117.65
Hex5642F05F2D421495b12
Octal12645701375510251113322
Binary1010110100101111010111111011011000010101001001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56042F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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