#56014B

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

Shades of Tyrian Purple #56014B

Tints of Tyrian Purple #56014B

Color information

#56014B (or 0x56014B) is unknown color: approx Tyrian Purple. HEX triplet: 56, 01 and 4B. RGB value is (86,1,75). Sum of RGB (Red+Green+Blue) = 86+1+75=162 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.09% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 75 (29.69% from 255 or 46.30% from 162); Max value from RGB is 86 - color contains mainly: red. Hex color #56014B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56014B is #A9FEB4. Grayscale: #222222. Windows color (decimal): -11140789 or 4915542. OLE color: 4915542.

HSL color Cylindrical-coordinate representation of color #56014B: hue angle of 307.76º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #56014B is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB86175-
CMYK00.990.130.66
HSL307.76º97.7%17.06%-
HSV(B)307.76º98.84%33.73%-
XYZ5.122.516.87-
YUV34.85150.66164.48-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 53.09%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 75 (29.69% from 255) = 46.30%
R=53.09%
G=0.62%
B=46.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8617500.990.130.66307.7697.717.06
Hex5614B063D421346211
Octal126111301431510246414221
Binary1010110110010110110001111011000010100110100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56014B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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