#560251

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

Shades of Tyrian Purple #560251

Tints of Tyrian Purple #560251

Color information

#560251 (or 0x560251) is unknown color: approx Tyrian Purple. HEX triplet: 56, 02 and 51. RGB value is (86,2,81). Sum of RGB (Red+Green+Blue) = 86+2+81=169 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.89% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 81 (32.03% from 255 or 47.93% from 169); Max value from RGB is 86 - color contains mainly: red. Hex color #560251 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560251 is #A9FDAE. Grayscale: #232323. Windows color (decimal): -11140527 or 5309014. OLE color: 5309014.

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

Color convert

RGB86281-
CMYK00.980.060.66
HSL303.57º95.45%17.25%-
HSV(B)303.57º97.67%33.73%-
XYZ5.342.628.01-
YUV36.12153.33163.58-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 50.89%
GREEN value IS 2 (1.17% from 255) = 1.18%
BLUE value IS 81 (32.03% from 255) = 47.93%
R=50.89%
G=1.18%
B=47.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8628100.980.060.66303.5795.4517.25
Hex562510626421305f11
Octal12621210142610246013721
Binary1010110101010001011000101101000010100110000101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560251; }

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

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

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

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

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

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

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

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