#56133F

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

Shades of Tyrian Purple #56133F

Tints of Tyrian Purple #56133F

Color information

#56133F (or 0x56133F) is unknown color: approx Tyrian Purple. HEX triplet: 56, 13 and 3F. RGB value is (86,19,63). Sum of RGB (Red+Green+Blue) = 86+19+63=168 (22% of max value = 765). Red value is 86 (33.98% from 255 or 51.19% from 168); Green value is 19 (7.81% from 255 or 11.31% from 168); Blue value is 63 (25% from 255 or 37.5% from 168); Max value from RGB is 86 - color contains mainly: red. Hex color #56133F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56133F is #A9ECC0. Grayscale: #2B2B2B. Windows color (decimal): -11136193 or 4133718. OLE color: 4133718.

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

Color convert

RGB861963-
CMYK00.780.270.66
HSL320.6º63.81%20.59%-
HSV(B)320.6º77.91%33.73%-
XYZ4.972.84.98-
YUV44.05138.7157.92-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 51.19%
GREEN value IS 19 (7.81% from 255) = 11.31%
BLUE value IS 63 (25% from 255) = 37.5%
R=51.19%
G=11.31%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.27
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86196300.780.270.66320.663.8120.59
Hex56133F04E1B421414015
Octal126237701163310250110025
Binary10101101001111111101001110110111000010101000001100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56133F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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