#561143

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

Shades of Tyrian Purple #561143

Tints of Tyrian Purple #561143

Color information

#561143 (or 0x561143) is unknown color: approx Tyrian Purple. HEX triplet: 56, 11 and 43. RGB value is (86,17,67). Sum of RGB (Red+Green+Blue) = 86+17+67=170 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.59% from 170); Green value is 17 (7.03% from 255 or 10% from 170); Blue value is 67 (26.56% from 255 or 39.41% from 170); Max value from RGB is 86 - color contains mainly: red. Hex color #561143 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561143 is #A9EEBC. Grayscale: #2B2B2B. Windows color (decimal): -11136701 or 4395350. OLE color: 4395350.

HSL color Cylindrical-coordinate representation of color #561143: hue angle of 316.52º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #561143 is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.66.

Color convert

RGB861767-
CMYK00.800.220.66
HSL316.52º66.99%20.2%-
HSV(B)316.52º80.23%33.73%-
XYZ5.052.785.58-
YUV43.33141.36158.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 50.59%
GREEN value IS 17 (7.03% from 255) = 10%
BLUE value IS 67 (26.56% from 255) = 39.41%
R=50.59%
G=10%
B=39.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.22
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86176700.800.220.66316.5266.9920.2
Hex561143050164213d4314
Octal1262110301202610247510324
Binary101011010001100001101010000101101000010100111101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561143; }

 p { color: rgb(86,17,67); }

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

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

 a { background-color: rgb(86,17,67); }

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

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

 span { border-color: rgb(86,17,67); }

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