#56093F

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

Shades of Tyrian Purple #56093F

Tints of Tyrian Purple #56093F

Color information

#56093F (or 0x56093F) is unknown color: approx Tyrian Purple. HEX triplet: 56, 09 and 3F. RGB value is (86,9,63). Sum of RGB (Red+Green+Blue) = 86+9+63=158 (20% of max value = 765). Red value is 86 (33.98% from 255 or 54.43% from 158); Green value is 9 (3.91% from 255 or 5.70% from 158); Blue value is 63 (25% from 255 or 39.87% from 158); Max value from RGB is 86 - color contains mainly: red. Hex color #56093F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56093F is #A9F6C0. Grayscale: #262626. Windows color (decimal): -11138753 or 4131158. OLE color: 4131158.

HSL color Cylindrical-coordinate representation of color #56093F: hue angle of 317.92º 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 #56093F is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.66.

Color convert

RGB86963-
CMYK00.900.270.66
HSL317.92º81.05%18.63%-
HSV(B)317.92º89.53%33.73%-
XYZ4.832.534.94-
YUV38.18142.01162.11-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 54.43%
GREEN value IS 9 (3.91% from 255) = 5.70%
BLUE value IS 63 (25% from 255) = 39.87%
R=54.43%
G=5.70%
B=39.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.27
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8696300.900.270.66317.9281.0518.63
Hex5693F05A1B4213e5113
Octal126117701323310247612123
Binary1010110100111111101011010110111000010100111110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56093F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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