#56024E

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

Shades of Tyrian Purple #56024E

Tints of Tyrian Purple #56024E

Color information

#56024E (or 0x56024E) is unknown color: approx Tyrian Purple. HEX triplet: 56, 02 and 4E. RGB value is (86,2,78). Sum of RGB (Red+Green+Blue) = 86+2+78=166 (21% of max value = 765). Red value is 86 (33.98% from 255 or 51.81% from 166); Green value is 2 (1.17% from 255 or 1.20% from 166); Blue value is 78 (30.86% from 255 or 46.99% from 166); Max value from RGB is 86 - color contains mainly: red. Hex color #56024E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56024E is #A9FDB1. Grayscale: #232323. Windows color (decimal): -11140530 or 5112406. OLE color: 5112406.

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

Color convert

RGB86278-
CMYK00.980.090.66
HSL305.71º95.45%17.25%-
HSV(B)305.71º97.67%33.73%-
XYZ5.232.577.43-
YUV35.78151.83163.82-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 51.81%
GREEN value IS 2 (1.17% from 255) = 1.20%
BLUE value IS 78 (30.86% from 255) = 46.99%
R=51.81%
G=1.20%
B=46.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8627800.980.090.66305.7195.4517.25
Hex5624E0629421325f11
Octal126211601421110246213721
Binary10101101010011100110001010011000010100110010101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56024E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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