#561442

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

Shades of Tyrian Purple #561442

Tints of Tyrian Purple #561442

Color information

#561442 (or 0x561442) is unknown color: approx Tyrian Purple. HEX triplet: 56, 14 and 42. RGB value is (86,20,66). Sum of RGB (Red+Green+Blue) = 86+20+66=172 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50% from 172); Green value is 20 (8.20% from 255 or 11.63% from 172); Blue value is 66 (26.17% from 255 or 38.37% from 172); Max value from RGB is 86 - color contains mainly: red. Hex color #561442 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561442 is #A9EBBD. Grayscale: #2C2C2C. Windows color (decimal): -11135934 or 4330582. OLE color: 4330582.

HSL color Cylindrical-coordinate representation of color #561442: hue angle of 318.18º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #561442 is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.66.

Color convert

RGB862066-
CMYK00.770.230.66
HSL318.18º62.26%20.78%-
HSV(B)318.18º76.74%33.73%-
XYZ5.072.875.44-
YUV44.98139.87157.26-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 50%
GREEN value IS 20 (8.20% from 255) = 11.63%
BLUE value IS 66 (26.17% from 255) = 38.37%
R=50%
G=11.63%
B=38.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.23
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86206600.770.230.66318.1862.2620.78
Hex56144204D174213e3e15
Octal126241020115271024767625
Binary10101101010010000100100110110111100001010011111011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561442; }

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

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

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

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

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

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

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

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