#561242

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

Shades of Tyrian Purple #561242

Tints of Tyrian Purple #561242

Color information

#561242 (or 0x561242) is unknown color: approx Tyrian Purple. HEX triplet: 56, 12 and 42. RGB value is (86,18,66). Sum of RGB (Red+Green+Blue) = 86+18+66=170 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.59% from 170); Green value is 18 (7.42% from 255 or 10.59% from 170); Blue value is 66 (26.17% from 255 or 38.82% from 170); Max value from RGB is 86 - color contains mainly: red. Hex color #561242 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561242 is #A9EDBD. Grayscale: #2B2B2B. Windows color (decimal): -11136446 or 4330070. OLE color: 4330070.

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

Color convert

RGB861866-
CMYK00.790.230.66
HSL317.65º65.38%20.39%-
HSV(B)317.65º79.07%33.73%-
XYZ5.042.85.43-
YUV43.8140.53158.1-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 50.59%
GREEN value IS 18 (7.42% from 255) = 10.59%
BLUE value IS 66 (26.17% from 255) = 38.82%
R=50.59%
G=10.59%
B=38.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.23
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86186600.790.230.66317.6565.3820.39
Hex56124204F174213e4114
Octal1262210201172710247610124
Binary101011010010100001001001111101111000010100111110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561242; }

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

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

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

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

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

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

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

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