#56103E

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

Shades of Tyrian Purple #56103E

Tints of Tyrian Purple #56103E

Color information

#56103E (or 0x56103E) is unknown color: approx Tyrian Purple. HEX triplet: 56, 10 and 3E. RGB value is (86,16,62). Sum of RGB (Red+Green+Blue) = 86+16+62=164 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.44% from 164); Green value is 16 (6.64% from 255 or 9.76% from 164); Blue value is 62 (24.61% from 255 or 37.80% from 164); Max value from RGB is 86 - color contains mainly: red. Hex color #56103E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56103E is #A9EFC1. Grayscale: #2A2A2A. Windows color (decimal): -11136962 or 4067414. OLE color: 4067414.

HSL color Cylindrical-coordinate representation of color #56103E: hue angle of 320.57º 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 #56103E is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.66.

Color convert

RGB861662-
CMYK00.810.280.66
HSL320.57º68.63%20%-
HSV(B)320.57º81.4%33.73%-
XYZ4.892.74.82-
YUV42.17139.19159.26-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 52.44%
GREEN value IS 16 (6.64% from 255) = 9.76%
BLUE value IS 62 (24.61% from 255) = 37.80%
R=52.44%
G=9.76%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.28
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86166200.810.280.66320.5768.6320
Hex56103E0511C421414514
Octal126207601213410250110524
Binary10101101000011111001010001111001000010101000001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56103E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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