#561244

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

Shades of Tyrian Purple #561244

Tints of Tyrian Purple #561244

Color information

#561244 (or 0x561244) is unknown color: approx Tyrian Purple. HEX triplet: 56, 12 and 44. RGB value is (86,18,68). Sum of RGB (Red+Green+Blue) = 86+18+68=172 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50% from 172); Green value is 18 (7.42% from 255 or 10.47% from 172); Blue value is 68 (26.95% from 255 or 39.53% from 172); Max value from RGB is 86 - color contains mainly: red. Hex color #561244 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561244 is #A9EDBB. Grayscale: #2B2B2B. Windows color (decimal): -11136444 or 4461142. OLE color: 4461142.

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

Color convert

RGB861868-
CMYK00.790.210.66
HSL315.88º65.38%20.39%-
HSV(B)315.88º79.07%33.73%-
XYZ5.12.835.75-
YUV44.03141.53157.93-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 50%
GREEN value IS 18 (7.42% from 255) = 10.47%
BLUE value IS 68 (26.95% from 255) = 39.53%
R=50%
G=10.47%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.21
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86186800.790.210.66315.8865.3820.39
Hex56124404F154213c4114
Octal1262210401172510247410124
Binary101011010010100010001001111101011000010100111100100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561244; }

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

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

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

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

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

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

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

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