#56073C

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

Shades of Tyrian Purple #56073C

Tints of Tyrian Purple #56073C

Color information

#56073C (or 0x56073C) is unknown color: approx Tyrian Purple. HEX triplet: 56, 07 and 3C. RGB value is (86,7,60). Sum of RGB (Red+Green+Blue) = 86+7+60=153 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.21% from 153); Green value is 7 (3.12% from 255 or 4.58% from 153); Blue value is 60 (23.83% from 255 or 39.22% from 153); Max value from RGB is 86 - color contains mainly: red. Hex color #56073C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56073C is #A9F8C3. Grayscale: #242424. Windows color (decimal): -11139268 or 3934038. OLE color: 3934038.

HSL color Cylindrical-coordinate representation of color #56073C: hue angle of 319.75º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #56073C is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.66.

Color convert

RGB86760-
CMYK00.920.300.66
HSL319.75º84.95%18.24%-
HSV(B)319.75º91.86%33.73%-
XYZ4.732.464.5-
YUV36.66141.17163.19-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 56.21%
GREEN value IS 7 (3.12% from 255) = 4.58%
BLUE value IS 60 (23.83% from 255) = 39.22%
R=56.21%
G=4.58%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.30
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8676000.920.300.66319.7584.9518.24
Hex5673C05C1E421405512
Octal12677401343610250012522
Binary101011011111110001011100111101000010101000000101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56073C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56073C; }

 p { color: rgb(86,7,60); }

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

<style>
 a { background-color: #56073C; }

 a { background-color: rgb(86,7,60); }

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

<style>
 span { border-color: #56073C; }

 span { border-color: rgb(86,7,60); }

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