#56053E

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

Shades of Tyrian Purple #56053E

Tints of Tyrian Purple #56053E

Color information

#56053E (or 0x56053E) is unknown color: approx Tyrian Purple. HEX triplet: 56, 05 and 3E. RGB value is (86,5,62). Sum of RGB (Red+Green+Blue) = 86+5+62=153 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.21% from 153); Green value is 5 (2.34% from 255 or 3.27% from 153); Blue value is 62 (24.61% from 255 or 40.52% from 153); Max value from RGB is 86 - color contains mainly: red. Hex color #56053E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56053E is #A9FAC1. Grayscale: #232323. Windows color (decimal): -11139778 or 4064598. OLE color: 4064598.

HSL color Cylindrical-coordinate representation of color #56053E: hue angle of 317.78º 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 #56053E is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.66.

Color convert

RGB86562-
CMYK00.940.280.66
HSL317.78º89.01%17.84%-
HSV(B)317.78º94.19%33.73%-
XYZ4.762.434.78-
YUV35.72142.84163.87-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 56.21%
GREEN value IS 5 (2.34% from 255) = 3.27%
BLUE value IS 62 (24.61% from 255) = 40.52%
R=56.21%
G=3.27%
B=40.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.28
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8656200.940.280.66317.7889.0117.84
Hex5653E05E1C4213e5912
Octal12657601363410247613122
Binary101011010111111001011110111001000010100111110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56053E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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