#56023E

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

Shades of Tyrian Purple #56023E

Tints of Tyrian Purple #56023E

Color information

#56023E (or 0x56023E) is unknown color: approx Tyrian Purple. HEX triplet: 56, 02 and 3E. RGB value is (86,2,62). Sum of RGB (Red+Green+Blue) = 86+2+62=150 (19% of max value = 765). Red value is 86 (33.98% from 255 or 57.33% from 150); Green value is 2 (1.17% from 255 or 1.33% from 150); Blue value is 62 (24.61% from 255 or 41.33% from 150); Max value from RGB is 86 - color contains mainly: red. Hex color #56023E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56023E is #A9FDC1. Grayscale: #212121. Windows color (decimal): -11140546 or 4063830. OLE color: 4063830.

HSL color Cylindrical-coordinate representation of color #56023E: hue angle of 317.14º 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 #56023E is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.66.

Color convert

RGB86262-
CMYK00.980.280.66
HSL317.14º95.45%17.25%-
HSV(B)317.14º97.67%33.73%-
XYZ4.732.374.77-
YUV33.96143.83165.12-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 57.33%
GREEN value IS 2 (1.17% from 255) = 1.33%
BLUE value IS 62 (24.61% from 255) = 41.33%
R=57.33%
G=1.33%
B=41.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.28
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8626200.980.280.66317.1495.4517.25
Hex5623E0621C4213d5f11
Octal12627601423410247513721
Binary10101101011111001100010111001000010100111101101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56023E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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