#56103D

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

Shades of Tyrian Purple #56103D

Tints of Tyrian Purple #56103D

Color information

#56103D (or 0x56103D) is unknown color: approx Tyrian Purple. HEX triplet: 56, 10 and 3D. RGB value is (86,16,61). Sum of RGB (Red+Green+Blue) = 86+16+61=163 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.76% from 163); Green value is 16 (6.64% from 255 or 9.82% from 163); Blue value is 61 (24.22% from 255 or 37.42% from 163); Max value from RGB is 86 - color contains mainly: red. Hex color #56103D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56103D is #A9EFC2. Grayscale: #292929. Windows color (decimal): -11136963 or 4001878. OLE color: 4001878.

HSL color Cylindrical-coordinate representation of color #56103D: hue angle of 321.43º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #56103D is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.66.

Color convert

RGB861661-
CMYK00.810.290.66
HSL321.43º68.63%20%-
HSV(B)321.43º81.4%33.73%-
XYZ4.872.694.68-
YUV42.06138.69159.34-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 52.76%
GREEN value IS 16 (6.64% from 255) = 9.82%
BLUE value IS 61 (24.22% from 255) = 37.42%
R=52.76%
G=9.82%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.29
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86166100.810.290.66321.4368.6320
Hex56103D0511D421414514
Octal126207501213510250110524
Binary10101101000011110101010001111011000010101000001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56103D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56103D; }

 p { color: rgb(86,16,61); }

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

<style>
 a { background-color: #56103D; }

 a { background-color: rgb(86,16,61); }

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

<style>
 span { border-color: #56103D; }

 span { border-color: rgb(86,16,61); }

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