#56022B

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

Shades of Tyrian Purple #56022B

Tints of Tyrian Purple #56022B

Color information

#56022B (or 0x56022B) is unknown color: approx Tyrian Purple. HEX triplet: 56, 02 and 2B. RGB value is (86,2,43). Sum of RGB (Red+Green+Blue) = 86+2+43=131 (17% of max value = 765). Red value is 86 (33.98% from 255 or 65.65% from 131); Green value is 2 (1.17% from 255 or 1.53% from 131); Blue value is 43 (17.19% from 255 or 32.82% from 131); Max value from RGB is 86 - color contains mainly: red. Hex color #56022B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56022B is #A9FDD4. Grayscale: #1F1F1F. Windows color (decimal): -11140565 or 2818646. OLE color: 2818646.

HSL color Cylindrical-coordinate representation of color #56022B: hue angle of 330.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 #56022B is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.66.

Color convert

RGB86243-
CMYK00.980.500.66
HSL330.71º95.45%17.25%-
HSV(B)330.71º97.67%33.73%-
XYZ4.32.22.48-
YUV31.79134.33166.67-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 65.65%
GREEN value IS 2 (1.17% from 255) = 1.53%
BLUE value IS 43 (17.19% from 255) = 32.82%
R=65.65%
G=1.53%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.50
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8624300.980.500.66330.7195.4517.25
Hex5622B062324214b5f11
Octal12625301426210251313721
Binary101011010101011011000101100101000010101001011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56022B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56022B; }

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

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

<style>
 a { background-color: #56022B; }

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

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

<style>
 span { border-color: #56022B; }

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

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