#561142

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

Shades of Tyrian Purple #561142

Tints of Tyrian Purple #561142

Color information

#561142 (or 0x561142) is unknown color: approx Tyrian Purple. HEX triplet: 56, 11 and 42. RGB value is (86,17,66). Sum of RGB (Red+Green+Blue) = 86+17+66=169 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.89% from 169); Green value is 17 (7.03% from 255 or 10.06% from 169); Blue value is 66 (26.17% from 255 or 39.05% from 169); Max value from RGB is 86 - color contains mainly: red. Hex color #561142 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561142 is #A9EEBD. Grayscale: #2B2B2B. Windows color (decimal): -11136702 or 4329814. OLE color: 4329814.

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

Color convert

RGB861766-
CMYK00.800.230.66
HSL317.39º66.99%20.2%-
HSV(B)317.39º80.23%33.73%-
XYZ5.022.775.42-
YUV43.22140.86158.52-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 50.89%
GREEN value IS 17 (7.03% from 255) = 10.06%
BLUE value IS 66 (26.17% from 255) = 39.05%
R=50.89%
G=10.06%
B=39.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.23
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86176600.800.230.66317.3966.9920.2
Hex561142050174213d4314
Octal1262110201202710247510324
Binary101011010001100001001010000101111000010100111101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561142; }

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

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

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

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

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

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

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

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