#56123C

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

Shades of Tyrian Purple #56123C

Tints of Tyrian Purple #56123C

Color information

#56123C (or 0x56123C) is unknown color: approx Tyrian Purple. HEX triplet: 56, 12 and 3C. RGB value is (86,18,60). Sum of RGB (Red+Green+Blue) = 86+18+60=164 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.44% from 164); Green value is 18 (7.42% from 255 or 10.98% from 164); Blue value is 60 (23.83% from 255 or 36.59% from 164); Max value from RGB is 86 - color contains mainly: red. Hex color #56123C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56123C is #A9EDC3. Grayscale: #2B2B2B. Windows color (decimal): -11136452 or 3936854. OLE color: 3936854.

HSL color Cylindrical-coordinate representation of color #56123C: hue angle of 322.94º 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 #56123C is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.66.

Color convert

RGB861860-
CMYK00.790.300.66
HSL322.94º65.38%20.39%-
HSV(B)322.94º79.07%33.73%-
XYZ4.872.744.55-
YUV43.12137.53158.58-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 52.44%
GREEN value IS 18 (7.42% from 255) = 10.98%
BLUE value IS 60 (23.83% from 255) = 36.59%
R=52.44%
G=10.98%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.30
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86186000.790.300.66322.9465.3820.39
Hex56123C04F1E421434114
Octal126227401173610250310124
Binary10101101001011110001001111111101000010101000011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56123C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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