#560150

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

Shades of Tyrian Purple #560150

Tints of Tyrian Purple #560150

Color information

#560150 (or 0x560150) is unknown color: approx Tyrian Purple. HEX triplet: 56, 01 and 50. RGB value is (86,1,80). Sum of RGB (Red+Green+Blue) = 86+1+80=167 (22% of max value = 765). Red value is 86 (33.98% from 255 or 51.50% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 80 (31.64% from 255 or 47.90% from 167); Max value from RGB is 86 - color contains mainly: red. Hex color #560150 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560150 is #A9FEAF. Grayscale: #232323. Windows color (decimal): -11140784 or 5243222. OLE color: 5243222.

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

Color convert

RGB86180-
CMYK00.990.070.66
HSL304.24º97.7%17.06%-
HSV(B)304.24º98.84%33.73%-
XYZ5.32.587.81-
YUV35.42153.16164.08-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 51.50%
GREEN value IS 1 (0.78% from 255) = 0.60%
BLUE value IS 80 (31.64% from 255) = 47.90%
R=51.50%
G=0.60%
B=47.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.07
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8618000.990.070.66304.2497.717.06
Hex561500637421306211
Octal12611200143710246014221
Binary101011011010000011000111111000010100110000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560150; }

 p { color: rgb(86,1,80); }

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

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

 a { background-color: rgb(86,1,80); }

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

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

 span { border-color: rgb(86,1,80); }

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