#56123A

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

Shades of Tyrian Purple #56123A

Tints of Tyrian Purple #56123A

Color information

#56123A (or 0x56123A) is unknown color: approx Tyrian Purple. HEX triplet: 56, 12 and 3A. RGB value is (86,18,58). Sum of RGB (Red+Green+Blue) = 86+18+58=162 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.09% from 162); Green value is 18 (7.42% from 255 or 11.11% from 162); Blue value is 58 (23.05% from 255 or 35.80% from 162); Max value from RGB is 86 - color contains mainly: red. Hex color #56123A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56123A is #A9EDC5. Grayscale: #2A2A2A. Windows color (decimal): -11136454 or 3805782. OLE color: 3805782.

HSL color Cylindrical-coordinate representation of color #56123A: hue angle of 324.71º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #56123A is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.66.

Color convert

RGB861858-
CMYK00.790.330.66
HSL324.71º65.38%20.39%-
HSV(B)324.71º79.07%33.73%-
XYZ4.822.724.27-
YUV42.89136.53158.75-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 53.09%
GREEN value IS 18 (7.42% from 255) = 11.11%
BLUE value IS 58 (23.05% from 255) = 35.80%
R=53.09%
G=11.11%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.33
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86185800.790.330.66324.7165.3820.39
Hex56123A04F21421454114
Octal126227201174110250510124
Binary101011010010111010010011111000011000010101000101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56123A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,18,58); }

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

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

 a { background-color: rgb(86,18,58); }

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

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

 span { border-color: rgb(86,18,58); }

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