#560641

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

Shades of Tyrian Purple #560641

Tints of Tyrian Purple #560641

Color information

#560641 (or 0x560641) is unknown color: approx Tyrian Purple. HEX triplet: 56, 06 and 41. RGB value is (86,6,65). Sum of RGB (Red+Green+Blue) = 86+6+65=157 (20% of max value = 765). Red value is 86 (33.98% from 255 or 54.78% from 157); Green value is 6 (2.73% from 255 or 3.82% from 157); Blue value is 65 (25.78% from 255 or 41.40% from 157); Max value from RGB is 86 - color contains mainly: red. Hex color #560641 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560641 is #A9F9BE. Grayscale: #242424. Windows color (decimal): -11139519 or 4261462. OLE color: 4261462.

HSL color Cylindrical-coordinate representation of color #560641: hue angle of 315.75º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #560641 is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.66.

Color convert

RGB86665-
CMYK00.930.240.66
HSL315.75º86.96%18.04%-
HSV(B)315.75º93.02%33.73%-
XYZ4.862.495.23-
YUV36.65144163.2-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 54.78%
GREEN value IS 6 (2.73% from 255) = 3.82%
BLUE value IS 65 (25.78% from 255) = 41.40%
R=54.78%
G=3.82%
B=41.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.24
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8666500.930.240.66315.7586.9618.04
Hex5664105D184213c5712
Octal126610101353010247412722
Binary1010110110100000101011101110001000010100111100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560641; }

 p { color: rgb(86,6,65); }

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

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

 a { background-color: rgb(86,6,65); }

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

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

 span { border-color: rgb(86,6,65); }

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