#56034A

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

Shades of Tyrian Purple #56034A

Tints of Tyrian Purple #56034A

Color information

#56034A (or 0x56034A) is unknown color: approx Tyrian Purple. HEX triplet: 56, 03 and 4A. RGB value is (86,3,74). Sum of RGB (Red+Green+Blue) = 86+3+74=163 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.76% from 163); Green value is 3 (1.56% from 255 or 1.84% from 163); Blue value is 74 (29.30% from 255 or 45.40% from 163); Max value from RGB is 86 - color contains mainly: red. Hex color #56034A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56034A is #A9FCB5. Grayscale: #232323. Windows color (decimal): -11140278 or 4850518. OLE color: 4850518.

HSL color Cylindrical-coordinate representation of color #56034A: hue angle of 308.67º 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 #56034A is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB86374-
CMYK00.970.140.66
HSL308.67º93.26%17.45%-
HSV(B)308.67º96.51%33.73%-
XYZ5.112.546.7-
YUV35.91149.5163.73-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 52.76%
GREEN value IS 3 (1.56% from 255) = 1.84%
BLUE value IS 74 (29.30% from 255) = 45.40%
R=52.76%
G=1.84%
B=45.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8637400.970.140.66308.6793.2617.45
Hex5634A061E421355d11
Octal126311201411610246513521
Binary10101101110010100110000111101000010100110101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56034A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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