#561444

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

Shades of Tyrian Purple #561444

Tints of Tyrian Purple #561444

Color information

#561444 (or 0x561444) is unknown color: approx Tyrian Purple. HEX triplet: 56, 14 and 44. RGB value is (86,20,68). Sum of RGB (Red+Green+Blue) = 86+20+68=174 (23% of max value = 765). Red value is 86 (33.98% from 255 or 49.43% from 174); Green value is 20 (8.20% from 255 or 11.49% from 174); Blue value is 68 (26.95% from 255 or 39.08% from 174); Max value from RGB is 86 - color contains mainly: red. Hex color #561444 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561444 is #A9EBBB. Grayscale: #2D2D2D. Windows color (decimal): -11135932 or 4461654. OLE color: 4461654.

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

Color convert

RGB862068-
CMYK00.770.210.66
HSL316.36º62.26%20.78%-
HSV(B)316.36º76.74%33.73%-
XYZ5.132.95.76-
YUV45.21140.87157.1-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 49.43%
GREEN value IS 20 (8.20% from 255) = 11.49%
BLUE value IS 68 (26.95% from 255) = 39.08%
R=49.43%
G=11.49%
B=39.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.21
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86206800.770.210.66316.3662.2620.78
Hex56144404D154213c3e15
Octal126241040115251024747625
Binary10101101010010001000100110110101100001010011110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561444; }

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

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

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

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

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

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

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

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