#560327

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

Shades of Tyrian Purple #560327

Tints of Tyrian Purple #560327

Color information

#560327 (or 0x560327) is unknown color: approx Tyrian Purple. HEX triplet: 56, 03 and 27. RGB value is (86,3,39). Sum of RGB (Red+Green+Blue) = 86+3+39=128 (16% of max value = 765). Red value is 86 (33.98% from 255 or 67.19% from 128); Green value is 3 (1.56% from 255 or 2.34% from 128); Blue value is 39 (15.62% from 255 or 30.47% from 128); Max value from RGB is 86 - color contains mainly: red. Hex color #560327 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560327 is #A9FCD8. Grayscale: #1F1F1F. Windows color (decimal): -11140313 or 2556758. OLE color: 2556758.

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

Color convert

RGB86339-
CMYK00.970.550.66
HSL333.98º93.26%17.45%-
HSV(B)333.98º96.51%33.73%-
XYZ4.242.192.12-
YUV31.92132166.57-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 67.19%
GREEN value IS 3 (1.56% from 255) = 2.34%
BLUE value IS 39 (15.62% from 255) = 30.47%
R=67.19%
G=2.34%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.55
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8633900.970.550.66333.9893.2617.45
Hex56327061374214e5d11
Octal12634701416710251613521
Binary101011011100111011000011101111000010101001110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560327; }

 p { color: rgb(86,3,39); }

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

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

 a { background-color: rgb(86,3,39); }

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

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

 span { border-color: rgb(86,3,39); }

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