#561541

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

Shades of Tyrian Purple #561541

Tints of Tyrian Purple #561541

Color information

#561541 (or 0x561541) is unknown color: approx Tyrian Purple. HEX triplet: 56, 15 and 41. RGB value is (86,21,65). Sum of RGB (Red+Green+Blue) = 86+21+65=172 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50% from 172); Green value is 21 (8.59% from 255 or 12.21% from 172); Blue value is 65 (25.78% from 255 or 37.79% from 172); Max value from RGB is 86 - color contains mainly: red. Hex color #561541 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561541 is #A9EABE. Grayscale: #2D2D2D. Windows color (decimal): -11135679 or 4265302. OLE color: 4265302.

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

Color convert

RGB862165-
CMYK00.760.240.66
HSL319.38º60.75%20.98%-
HSV(B)319.38º75.58%33.73%-
XYZ5.062.95.29-
YUV45.45139.03156.92-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 50%
GREEN value IS 21 (8.59% from 255) = 12.21%
BLUE value IS 65 (25.78% from 255) = 37.79%
R=50%
G=12.21%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.24
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86216500.760.240.66319.3860.7520.98
Hex56154104C184213f3d15
Octal126251010114301024777525
Binary10101101010110000010100110011000100001010011111111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561541; }

 p { color: rgb(86,21,65); }

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

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

 a { background-color: rgb(86,21,65); }

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

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

 span { border-color: rgb(86,21,65); }

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