#560246

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

Shades of Tyrian Purple #560246

Tints of Tyrian Purple #560246

Color information

#560246 (or 0x560246) is unknown color: approx Tyrian Purple. HEX triplet: 56, 02 and 46. RGB value is (86,2,70). Sum of RGB (Red+Green+Blue) = 86+2+70=158 (20% of max value = 765). Red value is 86 (33.98% from 255 or 54.43% from 158); Green value is 2 (1.17% from 255 or 1.27% from 158); Blue value is 70 (27.73% from 255 or 44.30% from 158); Max value from RGB is 86 - color contains mainly: red. Hex color #560246 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560246 is #A9FDB9. Grayscale: #222222. Windows color (decimal): -11140538 or 4588118. OLE color: 4588118.

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

Color convert

RGB86270-
CMYK00.980.190.66
HSL311.43º95.45%17.25%-
HSV(B)311.43º97.67%33.73%-
XYZ4.962.466.01-
YUV34.87147.83164.47-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 54.43%
GREEN value IS 2 (1.17% from 255) = 1.27%
BLUE value IS 70 (27.73% from 255) = 44.30%
R=54.43%
G=1.27%
B=44.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.19
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8627000.980.190.66311.4395.4517.25
Hex5624606213421375f11
Octal126210601422310246713721
Binary101011010100011001100010100111000010100110111101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560246; }

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

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

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

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

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

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

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

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