#56074C

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

Shades of Tyrian Purple #56074C

Tints of Tyrian Purple #56074C

Color information

#56074C (or 0x56074C) is unknown color: approx Tyrian Purple. HEX triplet: 56, 07 and 4C. RGB value is (86,7,76). Sum of RGB (Red+Green+Blue) = 86+7+76=169 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.89% from 169); Green value is 7 (3.12% from 255 or 4.14% from 169); Blue value is 76 (30.08% from 255 or 44.97% from 169); Max value from RGB is 86 - color contains mainly: red. Hex color #56074C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56074C is #A9F8B3. Grayscale: #262626. Windows color (decimal): -11139252 or 4982614. OLE color: 4982614.

HSL color Cylindrical-coordinate representation of color #56074C: hue angle of 307.59º 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 #56074C is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.66.

Color convert

RGB86776-
CMYK00.920.120.66
HSL307.59º84.95%18.24%-
HSV(B)307.59º91.86%33.73%-
XYZ5.222.657.07-
YUV38.49149.17161.89-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 50.89%
GREEN value IS 7 (3.12% from 255) = 4.14%
BLUE value IS 76 (30.08% from 255) = 44.97%
R=50.89%
G=4.14%
B=44.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.12
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8677600.920.120.66307.5984.9518.24
Hex5674C05CC421345512
Octal126711401341410246412522
Binary101011011110011000101110011001000010100110100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56074C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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