#56133B

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

Shades of Tyrian Purple #56133B

Tints of Tyrian Purple #56133B

Color information

#56133B (or 0x56133B) is unknown color: approx Tyrian Purple. HEX triplet: 56, 13 and 3B. RGB value is (86,19,59). Sum of RGB (Red+Green+Blue) = 86+19+59=164 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.44% from 164); Green value is 19 (7.81% from 255 or 11.59% from 164); Blue value is 59 (23.44% from 255 or 35.98% from 164); Max value from RGB is 86 - color contains mainly: red. Hex color #56133B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56133B is #A9ECC4. Grayscale: #2B2B2B. Windows color (decimal): -11136197 or 3871574. OLE color: 3871574.

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

Color convert

RGB861959-
CMYK00.780.310.66
HSL324.18º63.81%20.59%-
HSV(B)324.18º77.91%33.73%-
XYZ4.862.764.41-
YUV43.59136.7158.25-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 52.44%
GREEN value IS 19 (7.81% from 255) = 11.59%
BLUE value IS 59 (23.44% from 255) = 35.98%
R=52.44%
G=11.59%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.31
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86195900.780.310.66324.1863.8120.59
Hex56133B04E1F421444015
Octal126237301163710250410025
Binary10101101001111101101001110111111000010101000100100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56133B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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