#56093B

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

Shades of Tyrian Purple #56093B

Tints of Tyrian Purple #56093B

Color information

#56093B (or 0x56093B) is unknown color: approx Tyrian Purple. HEX triplet: 56, 09 and 3B. RGB value is (86,9,59). Sum of RGB (Red+Green+Blue) = 86+9+59=154 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.84% from 154); Green value is 9 (3.91% from 255 or 5.84% from 154); Blue value is 59 (23.44% from 255 or 38.31% from 154); Max value from RGB is 86 - color contains mainly: red. Hex color #56093B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56093B is #A9F6C4. Grayscale: #252525. Windows color (decimal): -11138757 or 3869014. OLE color: 3869014.

HSL color Cylindrical-coordinate representation of color #56093B: hue angle of 321.04º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #56093B is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.66.

Color convert

RGB86959-
CMYK00.900.310.66
HSL321.04º81.05%18.63%-
HSV(B)321.04º89.53%33.73%-
XYZ4.722.494.37-
YUV37.72140.01162.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 55.84%
GREEN value IS 9 (3.91% from 255) = 5.84%
BLUE value IS 59 (23.44% from 255) = 38.31%
R=55.84%
G=5.84%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.31
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8695900.900.310.66321.0481.0518.63
Hex5693B05A1F421415113
Octal126117301323710250112123
Binary1010110100111101101011010111111000010101000001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56093B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56093B; }

 p { color: rgb(86,9,59); }

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

<style>
 a { background-color: #56093B; }

 a { background-color: rgb(86,9,59); }

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

<style>
 span { border-color: #56093B; }

 span { border-color: rgb(86,9,59); }

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