#56104B

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

Shades of Tyrian Purple #56104B

Tints of Tyrian Purple #56104B

Color information

#56104B (or 0x56104B) is unknown color: approx Tyrian Purple. HEX triplet: 56, 10 and 4B. RGB value is (86,16,75). Sum of RGB (Red+Green+Blue) = 86+16+75=177 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.59% from 177); Green value is 16 (6.64% from 255 or 9.04% from 177); Blue value is 75 (29.69% from 255 or 42.37% from 177); Max value from RGB is 86 - color contains mainly: red. Hex color #56104B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56104B is #A9EFB4. Grayscale: #2B2B2B. Windows color (decimal): -11136949 or 4919382. OLE color: 4919382.

HSL color Cylindrical-coordinate representation of color #56104B: hue angle of 309.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 #56104B is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB861675-
CMYK00.810.130.66
HSL309.43º68.63%20%-
HSV(B)309.43º81.4%33.73%-
XYZ5.292.866.93-
YUV43.66145.69158.2-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.59%
GREEN value IS 16 (6.64% from 255) = 9.04%
BLUE value IS 75 (29.69% from 255) = 42.37%
R=48.59%
G=9.04%
B=42.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86167500.810.130.66309.4368.6320
Hex56104B051D421354514
Octal1262011301211510246510524
Binary10101101000010010110101000111011000010100110101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56104B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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