#56153F

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

Shades of Tyrian Purple #56153F

Tints of Tyrian Purple #56153F

Color information

#56153F (or 0x56153F) is unknown color: approx Tyrian Purple. HEX triplet: 56, 15 and 3F. RGB value is (86,21,63). Sum of RGB (Red+Green+Blue) = 86+21+63=170 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.59% from 170); Green value is 21 (8.59% from 255 or 12.35% from 170); Blue value is 63 (25% from 255 or 37.06% from 170); Max value from RGB is 86 - color contains mainly: red. Hex color #56153F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56153F is #A9EAC0. Grayscale: #2D2D2D. Windows color (decimal): -11135681 or 4134230. OLE color: 4134230.

HSL color Cylindrical-coordinate representation of color #56153F: hue angle of 321.23º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #56153F is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.66.

Color convert

RGB862163-
CMYK00.760.270.66
HSL321.23º60.75%20.98%-
HSV(B)321.23º75.58%33.73%-
XYZ52.874.99-
YUV45.22138.03157.08-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 50.59%
GREEN value IS 21 (8.59% from 255) = 12.35%
BLUE value IS 63 (25% from 255) = 37.06%
R=50.59%
G=12.35%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.27
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86216300.760.270.66321.2360.7520.98
Hex56153F04C1B421413d15
Octal12625770114331025017525
Binary1010110101011111110100110011011100001010100000111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56153F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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