#561243

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

Shades of Tyrian Purple #561243

Tints of Tyrian Purple #561243

Color information

#561243 (or 0x561243) is unknown color: approx Tyrian Purple. HEX triplet: 56, 12 and 43. RGB value is (86,18,67). Sum of RGB (Red+Green+Blue) = 86+18+67=171 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.29% from 171); Green value is 18 (7.42% from 255 or 10.53% from 171); Blue value is 67 (26.56% from 255 or 39.18% from 171); Max value from RGB is 86 - color contains mainly: red. Hex color #561243 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561243 is #A9EDBC. Grayscale: #2B2B2B. Windows color (decimal): -11136445 or 4395606. OLE color: 4395606.

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

Color convert

RGB861867-
CMYK00.790.220.66
HSL316.76º65.38%20.39%-
HSV(B)316.76º79.07%33.73%-
XYZ5.072.825.59-
YUV43.92141.03158.02-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 50.29%
GREEN value IS 18 (7.42% from 255) = 10.53%
BLUE value IS 67 (26.56% from 255) = 39.18%
R=50.29%
G=10.53%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.22
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86186700.790.220.66316.7665.3820.39
Hex56124304F164213d4114
Octal1262210301172610247510124
Binary101011010010100001101001111101101000010100111101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561243; }

 p { color: rgb(86,18,67); }

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

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

 a { background-color: rgb(86,18,67); }

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

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

 span { border-color: rgb(86,18,67); }

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