#56074F

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

Shades of Tyrian Purple #56074F

Tints of Tyrian Purple #56074F

Color information

#56074F (or 0x56074F) is unknown color: approx Tyrian Purple. HEX triplet: 56, 07 and 4F. RGB value is (86,7,79). Sum of RGB (Red+Green+Blue) = 86+7+79=172 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50% from 172); Green value is 7 (3.12% from 255 or 4.07% from 172); Blue value is 79 (31.25% from 255 or 45.93% from 172); Max value from RGB is 86 - color contains mainly: red. Hex color #56074F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56074F is #A9F8B0. Grayscale: #262626. Windows color (decimal): -11139249 or 5179222. OLE color: 5179222.

HSL color Cylindrical-coordinate representation of color #56074F: hue angle of 305.32º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #56074F is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.66.

Color convert

RGB86779-
CMYK00.920.080.66
HSL305.32º84.95%18.24%-
HSV(B)305.32º91.86%33.73%-
XYZ5.332.697.64-
YUV38.83150.67161.65-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 50%
GREEN value IS 7 (3.12% from 255) = 4.07%
BLUE value IS 79 (31.25% from 255) = 45.93%
R=50%
G=4.07%
B=45.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.08
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8677900.920.080.66305.3284.9518.24
Hex5674F05C8421315512
Octal126711701341010246112522
Binary101011011110011110101110010001000010100110001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56074F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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