#561048

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

Shades of Tyrian Purple #561048

Tints of Tyrian Purple #561048

Color information

#561048 (or 0x561048) is unknown color: approx Tyrian Purple. HEX triplet: 56, 10 and 48. RGB value is (86,16,72). Sum of RGB (Red+Green+Blue) = 86+16+72=174 (23% of max value = 765). Red value is 86 (33.98% from 255 or 49.43% from 174); Green value is 16 (6.64% from 255 or 9.20% from 174); Blue value is 72 (28.52% from 255 or 41.38% from 174); Max value from RGB is 86 - color contains mainly: red. Hex color #561048 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561048 is #A9EFB7. Grayscale: #2B2B2B. Windows color (decimal): -11136952 or 4722774. OLE color: 4722774.

HSL color Cylindrical-coordinate representation of color #561048: hue angle of 312º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #561048 is Cyan = 0, Magento = 0.81, Yellow = 0.16 and Black (K on CMYK) = 0.66.

Color convert

RGB861672-
CMYK00.810.160.66
HSL312º68.63%20%-
HSV(B)312º81.4%33.73%-
XYZ5.192.826.4-
YUV43.31144.19158.45-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 49.43%
GREEN value IS 16 (6.64% from 255) = 9.20%
BLUE value IS 72 (28.52% from 255) = 41.38%
R=49.43%
G=9.20%
B=41.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86167200.810.160.6631268.6320
Hex56104805110421384514
Octal1262011001212010247010524
Binary101011010000100100001010001100001000010100111000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561048; }

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

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

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

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

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

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

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

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