#561348

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

Shades of Tyrian Purple #561348

Tints of Tyrian Purple #561348

Color information

#561348 (or 0x561348) is unknown color: approx Tyrian Purple. HEX triplet: 56, 13 and 48. RGB value is (86,19,72). Sum of RGB (Red+Green+Blue) = 86+19+72=177 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.59% from 177); Green value is 19 (7.81% from 255 or 10.73% from 177); Blue value is 72 (28.52% from 255 or 40.68% from 177); Max value from RGB is 86 - color contains mainly: red. Hex color #561348 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561348 is #A9ECB7. Grayscale: #2C2C2C. Windows color (decimal): -11136184 or 4723542. OLE color: 4723542.

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

Color convert

RGB861972-
CMYK00.780.160.66
HSL312.54º63.81%20.59%-
HSV(B)312.54º77.91%33.73%-
XYZ5.242.916.42-
YUV45.08143.2157.19-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.59%
GREEN value IS 19 (7.81% from 255) = 10.73%
BLUE value IS 72 (28.52% from 255) = 40.68%
R=48.59%
G=10.73%
B=40.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86197200.780.160.66312.5463.8120.59
Hex56134804E10421394015
Octal1262311001162010247110025
Binary101011010011100100001001110100001000010100111001100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561348; }

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

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

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

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

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

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

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

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