#561445

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

Shades of Tyrian Purple #561445

Tints of Tyrian Purple #561445

Color information

#561445 (or 0x561445) is unknown color: approx Tyrian Purple. HEX triplet: 56, 14 and 45. RGB value is (86,20,69). Sum of RGB (Red+Green+Blue) = 86+20+69=175 (23% of max value = 765). Red value is 86 (33.98% from 255 or 49.14% from 175); Green value is 20 (8.20% from 255 or 11.43% from 175); Blue value is 69 (27.34% from 255 or 39.43% from 175); Max value from RGB is 86 - color contains mainly: red. Hex color #561445 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561445 is #A9EBBA. Grayscale: #2D2D2D. Windows color (decimal): -11135931 or 4527190. OLE color: 4527190.

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

Color convert

RGB862069-
CMYK00.770.200.66
HSL315.45º62.26%20.78%-
HSV(B)315.45º76.74%33.73%-
XYZ5.162.915.92-
YUV45.32141.37157.02-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 49.14%
GREEN value IS 20 (8.20% from 255) = 11.43%
BLUE value IS 69 (27.34% from 255) = 39.43%
R=49.14%
G=11.43%
B=39.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.20
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86206900.770.200.66315.4562.2620.78
Hex56144504D144213b3e15
Octal126241050115241024737625
Binary10101101010010001010100110110100100001010011101111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561445; }

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

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

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

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

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

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

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

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