#561448

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

Shades of Tyrian Purple #561448

Tints of Tyrian Purple #561448

Color information

#561448 (or 0x561448) is unknown color: approx Tyrian Purple. HEX triplet: 56, 14 and 48. RGB value is (86,20,72). Sum of RGB (Red+Green+Blue) = 86+20+72=178 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.31% from 178); Green value is 20 (8.20% from 255 or 11.24% from 178); Blue value is 72 (28.52% from 255 or 40.45% from 178); Max value from RGB is 86 - color contains mainly: red. Hex color #561448 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561448 is #A9EBB7. Grayscale: #2D2D2D. Windows color (decimal): -11135928 or 4723798. OLE color: 4723798.

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

Color convert

RGB862072-
CMYK00.770.160.66
HSL312.73º62.26%20.78%-
HSV(B)312.73º76.74%33.73%-
XYZ5.262.956.42-
YUV45.66142.87156.77-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.31%
GREEN value IS 20 (8.20% from 255) = 11.24%
BLUE value IS 72 (28.52% from 255) = 40.45%
R=48.31%
G=11.24%
B=40.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86207200.770.160.66312.7362.2620.78
Hex56144804D10421393e15
Octal126241100115201024717625
Binary10101101010010010000100110110000100001010011100111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561448; }

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

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

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

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

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

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

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

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