#560126

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

Shades of Tyrian Purple #560126

Tints of Tyrian Purple #560126

Color information

#560126 (or 0x560126) is unknown color: approx Tyrian Purple. HEX triplet: 56, 01 and 26. RGB value is (86,1,38). Sum of RGB (Red+Green+Blue) = 86+1+38=125 (16% of max value = 765). Red value is 86 (33.98% from 255 or 68.8% from 125); Green value is 1 (0.78% from 255 or 0.8% from 125); Blue value is 38 (15.23% from 255 or 30.4% from 125); Max value from RGB is 86 - color contains mainly: red. Hex color #560126 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560126 is #A9FED9. Grayscale: #1E1E1E. Windows color (decimal): -11140826 or 2490710. OLE color: 2490710.

HSL color Cylindrical-coordinate representation of color #560126: hue angle of 333.88º 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 #560126 is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.66.

Color convert

RGB86138-
CMYK00.990.560.66
HSL333.88º97.7%17.06%-
HSV(B)333.88º98.84%33.73%-
XYZ4.22.142.03-
YUV30.63132.16167.49-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 68.8%
GREEN value IS 1 (0.78% from 255) = 0.8%
BLUE value IS 38 (15.23% from 255) = 30.4%
R=68.8%
G=0.8%
B=30.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.56
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8613800.990.560.66333.8897.717.06
Hex56126063384214e6211
Octal12614601437010251614221
Binary10101101100110011000111110001000010101001110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560126; }

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

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

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

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

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

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

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

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