#56094C

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

Shades of Tyrian Purple #56094C

Tints of Tyrian Purple #56094C

Color information

#56094C (or 0x56094C) is unknown color: approx Tyrian Purple. HEX triplet: 56, 09 and 4C. RGB value is (86,9,76). Sum of RGB (Red+Green+Blue) = 86+9+76=171 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.29% from 171); Green value is 9 (3.91% from 255 or 5.26% from 171); Blue value is 76 (30.08% from 255 or 44.44% from 171); Max value from RGB is 86 - color contains mainly: red. Hex color #56094C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56094C is #A9F6B3. Grayscale: #272727. Windows color (decimal): -11138740 or 4983126. OLE color: 4983126.

HSL color Cylindrical-coordinate representation of color #56094C: hue angle of 307.79º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #56094C is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.66.

Color convert

RGB86976-
CMYK00.900.120.66
HSL307.79º81.05%18.63%-
HSV(B)307.79º89.53%33.73%-
XYZ5.242.77.08-
YUV39.66148.51161.05-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 50.29%
GREEN value IS 9 (3.91% from 255) = 5.26%
BLUE value IS 76 (30.08% from 255) = 44.44%
R=50.29%
G=5.26%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.12
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8697600.900.120.66307.7981.0518.63
Hex5694C05AC421345113
Octal1261111401321410246412123
Binary1010110100110011000101101011001000010100110100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56094C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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