#560124

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

Shades of Tyrian Purple #560124

Tints of Tyrian Purple #560124

Color information

#560124 (or 0x560124) is unknown color: approx Tyrian Purple. HEX triplet: 56, 01 and 24. RGB value is (86,1,36). Sum of RGB (Red+Green+Blue) = 86+1+36=123 (16% of max value = 765). Red value is 86 (33.98% from 255 or 69.92% from 123); Green value is 1 (0.78% from 255 or 0.81% from 123); Blue value is 36 (14.45% from 255 or 29.27% from 123); Max value from RGB is 86 - color contains mainly: red. Hex color #560124 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560124 is #A9FEDB. Grayscale: #1E1E1E. Windows color (decimal): -11140828 or 2359638. OLE color: 2359638.

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

Color convert

RGB86136-
CMYK00.990.580.66
HSL335.29º97.7%17.06%-
HSV(B)335.29º98.84%33.73%-
XYZ4.172.131.86-
YUV30.4131.16167.65-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 69.92%
GREEN value IS 1 (0.78% from 255) = 0.81%
BLUE value IS 36 (14.45% from 255) = 29.27%
R=69.92%
G=0.81%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.58
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8613600.990.580.66335.2997.717.06
Hex561240633A4214f6211
Octal12614401437210251714221
Binary10101101100100011000111110101000010101001111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560124; }

 p { color: rgb(86,1,36); }

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

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

 a { background-color: rgb(86,1,36); }

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

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

 span { border-color: rgb(86,1,36); }

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