#56143D

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

Shades of Tyrian Purple #56143D

Tints of Tyrian Purple #56143D

Color information

#56143D (or 0x56143D) is unknown color: approx Tyrian Purple. HEX triplet: 56, 14 and 3D. RGB value is (86,20,61). Sum of RGB (Red+Green+Blue) = 86+20+61=167 (22% of max value = 765). Red value is 86 (33.98% from 255 or 51.50% from 167); Green value is 20 (8.20% from 255 or 11.98% from 167); Blue value is 61 (24.22% from 255 or 36.53% from 167); Max value from RGB is 86 - color contains mainly: red. Hex color #56143D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56143D is #A9EBC2. Grayscale: #2C2C2C. Windows color (decimal): -11135939 or 4002902. OLE color: 4002902.

HSL color Cylindrical-coordinate representation of color #56143D: hue angle of 322.73º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #56143D is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.66.

Color convert

RGB862061-
CMYK00.770.290.66
HSL322.73º62.26%20.78%-
HSV(B)322.73º76.74%33.73%-
XYZ4.932.824.7-
YUV44.41137.37157.67-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 51.50%
GREEN value IS 20 (8.20% from 255) = 11.98%
BLUE value IS 61 (24.22% from 255) = 36.53%
R=51.50%
G=11.98%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.29
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86206100.770.290.66322.7362.2620.78
Hex56143D04D1D421433e15
Octal12624750115351025037625
Binary1010110101001111010100110111101100001010100001111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56143D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56143D; }

 p { color: rgb(86,20,61); }

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

<style>
 a { background-color: #56143D; }

 a { background-color: rgb(86,20,61); }

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

<style>
 span { border-color: #56143D; }

 span { border-color: rgb(86,20,61); }

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