#56053D

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

Shades of Tyrian Purple #56053D

Tints of Tyrian Purple #56053D

Color information

#56053D (or 0x56053D) is unknown color: approx Tyrian Purple. HEX triplet: 56, 05 and 3D. RGB value is (86,5,61). Sum of RGB (Red+Green+Blue) = 86+5+61=152 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.58% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 61 (24.22% from 255 or 40.13% from 152); Max value from RGB is 86 - color contains mainly: red. Hex color #56053D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56053D is #A9FAC2. Grayscale: #232323. Windows color (decimal): -11139779 or 3999062. OLE color: 3999062.

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

Color convert

RGB86561-
CMYK00.940.290.66
HSL318.52º89.01%17.84%-
HSV(B)318.52º94.19%33.73%-
XYZ4.732.424.63-
YUV35.6142.34163.95-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 56.58%
GREEN value IS 5 (2.34% from 255) = 3.29%
BLUE value IS 61 (24.22% from 255) = 40.13%
R=56.58%
G=3.29%
B=40.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.29
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8656100.940.290.66318.5289.0117.84
Hex5653D05E1D4213f5912
Octal12657501363510247713122
Binary101011010111110101011110111011000010100111111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56053D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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