#560950

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

Shades of Tyrian Purple #560950

Tints of Tyrian Purple #560950

Color information

#560950 (or 0x560950) is unknown color: approx Tyrian Purple. HEX triplet: 56, 09 and 50. RGB value is (86,9,80). Sum of RGB (Red+Green+Blue) = 86+9+80=175 (23% of max value = 765). Red value is 86 (33.98% from 255 or 49.14% from 175); Green value is 9 (3.91% from 255 or 5.14% from 175); Blue value is 80 (31.64% from 255 or 45.71% from 175); Max value from RGB is 86 - color contains mainly: red. Hex color #560950 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560950 is #A9F6AF. Grayscale: #272727. Windows color (decimal): -11138736 or 5245270. OLE color: 5245270.

HSL color Cylindrical-coordinate representation of color #560950: hue angle of 304.68º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #560950 is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.66.

Color convert

RGB86980-
CMYK00.900.070.66
HSL304.68º81.05%18.63%-
HSV(B)304.68º89.53%33.73%-
XYZ5.382.757.84-
YUV40.12150.51160.73-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 49.14%
GREEN value IS 9 (3.91% from 255) = 5.14%
BLUE value IS 80 (31.64% from 255) = 45.71%
R=49.14%
G=5.14%
B=45.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.07
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8698000.900.070.66304.6881.0518.63
Hex5695005A7421315113
Octal126111200132710246112123
Binary101011010011010000010110101111000010100110001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560950; }

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

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

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

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

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

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

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

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