#561446

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

Shades of Tyrian Purple #561446

Tints of Tyrian Purple #561446

Color information

#561446 (or 0x561446) is unknown color: approx Tyrian Purple. HEX triplet: 56, 14 and 46. RGB value is (86,20,70). Sum of RGB (Red+Green+Blue) = 86+20+70=176 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.86% from 176); Green value is 20 (8.20% from 255 or 11.36% from 176); Blue value is 70 (27.73% from 255 or 39.77% from 176); Max value from RGB is 86 - color contains mainly: red. Hex color #561446 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561446 is #A9EBB9. Grayscale: #2D2D2D. Windows color (decimal): -11135930 or 4592726. OLE color: 4592726.

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

Color convert

RGB862070-
CMYK00.770.190.66
HSL314.55º62.26%20.78%-
HSV(B)314.55º76.74%33.73%-
XYZ5.192.926.08-
YUV45.43141.87156.93-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.86%
GREEN value IS 20 (8.20% from 255) = 11.36%
BLUE value IS 70 (27.73% from 255) = 39.77%
R=48.86%
G=11.36%
B=39.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.19
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86207000.770.190.66314.5562.2620.78
Hex56144604D134213b3e15
Octal126241060115231024737625
Binary10101101010010001100100110110011100001010011101111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561446; }

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

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

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

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

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

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

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

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