#56034E

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

Shades of Tyrian Purple #56034E

Tints of Tyrian Purple #56034E

Color information

#56034E (or 0x56034E) is unknown color: approx Tyrian Purple. HEX triplet: 56, 03 and 4E. RGB value is (86,3,78). Sum of RGB (Red+Green+Blue) = 86+3+78=167 (22% of max value = 765). Red value is 86 (33.98% from 255 or 51.50% from 167); Green value is 3 (1.56% from 255 or 1.80% from 167); Blue value is 78 (30.86% from 255 or 46.71% from 167); Max value from RGB is 86 - color contains mainly: red. Hex color #56034E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56034E is #A9FCB1. Grayscale: #242424. Windows color (decimal): -11140274 or 5112662. OLE color: 5112662.

HSL color Cylindrical-coordinate representation of color #56034E: hue angle of 305.78º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #56034E is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB86378-
CMYK00.970.090.66
HSL305.78º93.26%17.45%-
HSV(B)305.78º96.51%33.73%-
XYZ5.252.597.43-
YUV36.37151.5163.4-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 51.50%
GREEN value IS 3 (1.56% from 255) = 1.80%
BLUE value IS 78 (30.86% from 255) = 46.71%
R=51.50%
G=1.80%
B=46.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8637800.970.090.66305.7893.2617.45
Hex5634E0619421325d11
Octal126311601411110246213521
Binary10101101110011100110000110011000010100110010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56034E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56034E; }

 p { color: rgb(86,3,78); }

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

<style>
 a { background-color: #56034E; }

 a { background-color: rgb(86,3,78); }

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

<style>
 span { border-color: #56034E; }

 span { border-color: rgb(86,3,78); }

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