#560249

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

Shades of Tyrian Purple #560249

Tints of Tyrian Purple #560249

Color information

#560249 (or 0x560249) is unknown color: approx Tyrian Purple. HEX triplet: 56, 02 and 49. RGB value is (86,2,73). Sum of RGB (Red+Green+Blue) = 86+2+73=161 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.42% from 161); Green value is 2 (1.17% from 255 or 1.24% from 161); Blue value is 73 (28.91% from 255 or 45.34% from 161); Max value from RGB is 86 - color contains mainly: red. Hex color #560249 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560249 is #A9FDB6. Grayscale: #232323. Windows color (decimal): -11140535 or 4784726. OLE color: 4784726.

HSL color Cylindrical-coordinate representation of color #560249: hue angle of 309.29º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #560249 is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB86273-
CMYK00.980.150.66
HSL309.29º95.45%17.25%-
HSV(B)309.29º97.67%33.73%-
XYZ5.062.56.52-
YUV35.21149.33164.23-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 53.42%
GREEN value IS 2 (1.17% from 255) = 1.24%
BLUE value IS 73 (28.91% from 255) = 45.34%
R=53.42%
G=1.24%
B=45.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8627300.980.150.66309.2995.4517.25
Hex56249062F421355f11
Octal126211101421710246513721
Binary10101101010010010110001011111000010100110101101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560249; }

 p { color: rgb(86,2,73); }

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

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

 a { background-color: rgb(86,2,73); }

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

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

 span { border-color: rgb(86,2,73); }

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