#56033A

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

Shades of Tyrian Purple #56033A

Tints of Tyrian Purple #56033A

Color information

#56033A (or 0x56033A) is unknown color: approx Tyrian Purple. HEX triplet: 56, 03 and 3A. RGB value is (86,3,58). Sum of RGB (Red+Green+Blue) = 86+3+58=147 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.50% from 147); Green value is 3 (1.56% from 255 or 2.04% from 147); Blue value is 58 (23.05% from 255 or 39.46% from 147); Max value from RGB is 86 - color contains mainly: red. Hex color #56033A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56033A is #A9FCC5. Grayscale: #212121. Windows color (decimal): -11140294 or 3801942. OLE color: 3801942.

HSL color Cylindrical-coordinate representation of color #56033A: hue angle of 320.24º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #56033A is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.66.

Color convert

RGB86358-
CMYK00.970.330.66
HSL320.24º93.26%17.45%-
HSV(B)320.24º96.51%33.73%-
XYZ4.632.354.21-
YUV34.09141.5165.03-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 58.50%
GREEN value IS 3 (1.56% from 255) = 2.04%
BLUE value IS 58 (23.05% from 255) = 39.46%
R=58.50%
G=2.04%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.33
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8635800.970.330.66320.2493.2617.45
Hex5633A06121421405d11
Octal12637201414110250013521
Binary101011011111010011000011000011000010101000000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56033A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56033A; }

 p { color: rgb(86,3,58); }

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

<style>
 a { background-color: #56033A; }

 a { background-color: rgb(86,3,58); }

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

<style>
 span { border-color: #56033A; }

 span { border-color: rgb(86,3,58); }

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