#56033B

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

Shades of Tyrian Purple #56033B

Tints of Tyrian Purple #56033B

Color information

#56033B (or 0x56033B) is unknown color: approx Tyrian Purple. HEX triplet: 56, 03 and 3B. RGB value is (86,3,59). Sum of RGB (Red+Green+Blue) = 86+3+59=148 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.11% from 148); Green value is 3 (1.56% from 255 or 2.03% from 148); Blue value is 59 (23.44% from 255 or 39.86% from 148); Max value from RGB is 86 - color contains mainly: red. Hex color #56033B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56033B is #A9FCC4. Grayscale: #222222. Windows color (decimal): -11140293 or 3867478. OLE color: 3867478.

HSL color Cylindrical-coordinate representation of color #56033B: hue angle of 319.52º 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 #56033B is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.66.

Color convert

RGB86359-
CMYK00.970.310.66
HSL319.52º93.26%17.45%-
HSV(B)319.52º96.51%33.73%-
XYZ4.662.364.35-
YUV34.2142164.95-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 58.11%
GREEN value IS 3 (1.56% from 255) = 2.03%
BLUE value IS 59 (23.44% from 255) = 39.86%
R=58.11%
G=2.03%
B=39.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.31
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8635900.970.310.66319.5293.2617.45
Hex5633B0611F421405d11
Octal12637301413710250013521
Binary10101101111101101100001111111000010101000000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56033B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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