#56014F

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

Shades of Tyrian Purple #56014F

Tints of Tyrian Purple #56014F

Color information

#56014F (or 0x56014F) is unknown color: approx Tyrian Purple. HEX triplet: 56, 01 and 4F. RGB value is (86,1,79). Sum of RGB (Red+Green+Blue) = 86+1+79=166 (21% of max value = 765). Red value is 86 (33.98% from 255 or 51.81% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 79 (31.25% from 255 or 47.59% from 166); Max value from RGB is 86 - color contains mainly: red. Hex color #56014F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56014F is #A9FEB0. Grayscale: #232323. Windows color (decimal): -11140785 or 5177686. OLE color: 5177686.

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

Color convert

RGB86179-
CMYK00.990.080.66
HSL304.94º97.7%17.06%-
HSV(B)304.94º98.84%33.73%-
XYZ5.262.567.61-
YUV35.31152.66164.16-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 51.81%
GREEN value IS 1 (0.78% from 255) = 0.60%
BLUE value IS 79 (31.25% from 255) = 47.59%
R=51.81%
G=0.60%
B=47.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.08
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8617900.990.080.66304.9497.717.06
Hex5614F0638421316211
Octal126111701431010246114221
Binary1010110110011110110001110001000010100110001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56014F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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