#56013B

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

Shades of Tyrian Purple #56013B

Tints of Tyrian Purple #56013B

Color information

#56013B (or 0x56013B) is unknown color: approx Tyrian Purple. HEX triplet: 56, 01 and 3B. RGB value is (86,1,59). Sum of RGB (Red+Green+Blue) = 86+1+59=146 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.90% from 146); Green value is 1 (0.78% from 255 or 0.68% from 146); Blue value is 59 (23.44% from 255 or 40.41% from 146); Max value from RGB is 86 - color contains mainly: red. Hex color #56013B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56013B is #A9FEC4. Grayscale: #202020. Windows color (decimal): -11140805 or 3866966. OLE color: 3866966.

HSL color Cylindrical-coordinate representation of color #56013B: hue angle of 319.06º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #56013B is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.66.

Color convert

RGB86159-
CMYK00.990.310.66
HSL319.06º97.7%17.06%-
HSV(B)319.06º98.84%33.73%-
XYZ4.642.324.34-
YUV33.03142.66165.78-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 58.90%
GREEN value IS 1 (0.78% from 255) = 0.68%
BLUE value IS 59 (23.44% from 255) = 40.41%
R=58.90%
G=0.68%
B=40.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.31
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8615900.990.310.66319.0697.717.06
Hex5613B0631F4213f6211
Octal12617301433710247714221
Binary1010110111101101100011111111000010100111111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56013B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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