#560131

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

Shades of Tyrian Purple #560131

Tints of Tyrian Purple #560131

Color information

#560131 (or 0x560131) is unknown color: approx Tyrian Purple. HEX triplet: 56, 01 and 31. RGB value is (86,1,49). Sum of RGB (Red+Green+Blue) = 86+1+49=136 (18% of max value = 765). Red value is 86 (33.98% from 255 or 63.24% from 136); Green value is 1 (0.78% from 255 or 0.74% from 136); Blue value is 49 (19.53% from 255 or 36.03% from 136); Max value from RGB is 86 - color contains mainly: red. Hex color #560131 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560131 is #A9FECE. Grayscale: #1F1F1F. Windows color (decimal): -11140815 or 3211606. OLE color: 3211606.

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

Color convert

RGB86149-
CMYK00.990.430.66
HSL326.12º97.7%17.06%-
HSV(B)326.12º98.84%33.73%-
XYZ4.42.223.1-
YUV31.89137.66166.6-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 63.24%
GREEN value IS 1 (0.78% from 255) = 0.74%
BLUE value IS 49 (19.53% from 255) = 36.03%
R=63.24%
G=0.74%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.43
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8614900.990.430.66326.1297.717.06
Hex561310632B421466211
Octal12616101435310250614221
Binary10101101110001011000111010111000010101000110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560131; }

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

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

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

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

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

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

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

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